Skip to content

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

KBE3D @3.0.0 Copyright © 2024-present KBE3D