大约有 770 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0071 秒)
Laya3.0_api(274) Laya_社区(185) laya_api(104) Laya2.0_api(97) Laya2.0_文档(63) Laya3.0_文档(37) Laya2.0_示例(6) Laya_示例(4)
...rraybuffer 对象。 Default value offset: number = 0 Arraybuffer 对象的索引的偏移量(以字节为单位) Default value length: number = 0 从 Arraybuffer 对象写入到 Byte 对象的长度(以字节为单位) Returns void writeByte writeByte(value: number): void Defined in laya/ut...
来源: Laya3.0_api 发布时间: 20231115
... vertices:Float32Array — 顶点数组。 uvs:Float32Array — 顶点索引。 indices:Uint16Array — UV数据。 matrix:Matrix (default = null) — 缩放矩阵。 alpha:Number (default = 1) — alpha color:String (default = null) — 颜色变换 blendMode:String (default = null) ...
来源: Laya2.0_api 发布时间: 20190513
... Float32Array 顶点数组。 uvs: Float32Array indices: Uint16Array 顶点索引。 Default value matrix: Matrix | null = null 缩放矩阵。 Default value alpha: number = 1 alpha Default value color: string | number = null 颜色变换 Default value blendMode: string | null = null blend模式 Ret...
来源: Laya3.0_api 发布时间: 20231115
... Float32Array 顶点数组。 uvs: Float32Array indices: Uint16Array 顶点索引。 Default value matrix: Matrix | null = null 缩放矩阵。 Default value alpha: number = 1 alpha Default value color: string | number = null 颜色变换 Default value blendMode: string | null = null blend模式 Ret...
来源: Laya3.0_api 发布时间: 20231115
...Arraybuffer 对象。 offset:uint (default = 0) — Arraybuffer 对象的索引的偏移量(以字节为单位) length:uint (default = 0) — 从 Arraybuffer 对象写入到 Byte 对象的长度(以字节为单位) writeByte()method public function writeByte(value:int):void 在字节...
来源: Laya2.0_api 发布时间: 20190513
...,来做为alpha的调色板;然后对于每个texel存储一个3bits的索引,用来指向到这8个alpha中的一个。 1.3 总结 ASTC在压缩率、图像质量、种类上都挺不错的,也正在逐步代替ETC和PVR,最大的缺点可能就是兼容性还不够完善和解码时间...
来源: Laya3.0_文档 发布时间: 20251010
...Arraybuffer 对象。 offset:uint (default = 0) — Arraybuffer 对象的索引的偏移量(以字节为单位) length:uint (default = 0) — 从 Arraybuffer 对象写入到 Byte 对象的长度(以字节为单位) writeByte()method public function writeByte(value:int):void 在字节...
来源: laya_api 发布时间: 20170929
... Float32Array 顶点数组。 uvs: Float32Array indices: Uint16Array 顶点索引。 Default value matrix: Matrix | null = null 缩放矩阵。 Default value alpha: number = 1 alpha Default value color: string | number = null 颜色变换 Default value blendMode: string | null = null blend模式 Ret...
来源: Laya3.0_api 发布时间: 20231115
...:419 替换子节点。 将传入的新节点对象替换到已有子节点索引位置处。 Parameters newNode: Node 新节点。 oldNode: Node 老节点。 Returns Node 返回新节点。 runCallLater runCallLater(method: Function): void Inherited from Node.runCallLater Defined in laya/display/No...
来源: Laya3.0_api 发布时间: 20231115
...具有连续内存存储的特性,能够像普通数组一样进行快速索引访问,非常适合存储大量二进制数据块,这使得 Byte 类在处理大数据时能保持良好的性能。Byte类还具备自动扩容机制,能够在数据超出当前缓冲区容量时动态调整大...
来源: Laya3.0_文档 发布时间: 20251010