Skip to content

KBE3D / KBCore / Cesium / Packable / unpack

函数: unpack()

unpack(array: number[], startingIndex?: number, result?: any): any

Retrieves an instance from a packed array.

参数

array

number[]

The packed array.

startingIndex?

number

The starting index of the element to be unpacked.

result?

any

The object into which to store the result.

返回

any

The modified result parameter or a new Object instance if one was not provided.

KBE3D @3.0.0 Copyright © 2024-present KBE3D