Packable

类型的静态接口,可以将其值作为压缩元素存储在数组中。这些方法和属性应该在构造函数函数上定义。
See:
  • PackableForInterpolation

Members

(static) packedLength : Number

用于将对象打包到数组中的元素数。

Methods

(static) pack(value, array, startingIndex)
将提供的实例存储到提供的数组中。
Parameters:
value (*) 要打包的值。
array (Array.<Number>) 要打包的数组。
startingIndex (Number) (default 0) 数组中开始打包元素的索引。
(static) unpack(array, startingIndex, result) → {Object}
从压缩数组中检索实例。
Parameters:
array (Array.<Number>) 压缩数组。
startingIndex (Number) (default 0) 要解包的元素的起始索引。
result (Object) 存储结果的对象。