Appearance
KBE3D / KBCore / Cesium / Packable / pack
函数: pack()
pack(
value:any,array:number[],startingIndex?:number):void
Stores the provided instance into the provided array.
参数
value
any
The value to pack.
array
number[]
The array to pack into.
startingIndex?
number
The index into the array at which to start packing the elements.
返回
void
