• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 770 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0071 秒)

751. laya.utils.Byte_API3.0 [ 24%]

...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

752. laya.display.Graphics [ 24%]

...  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

753. laya.display.Graphics_API3.0 [ 24%]

... 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

754. laya.ani.GraphicsAni_API3.0 [ 23%]

... 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

755. laya.utils.Byte [ 22%]

...Arraybuffer 对象。  offset:uint (default = 0) — Arraybuffer 对象的索引的偏移量(以字节为单位)  length:uint (default = 0) — 从 Arraybuffer 对象写入到 Byte 对象的长度(以字节为单位) writeByte()method  public function writeByte(value:int):void 在字节...

来源: Laya2.0_api 发布时间: 20190513

756. 压缩纹理 · LayaAir3.4 · 引擎文档 · LAYABOX [ 22%]

...,来做为alpha的调色板;然后对于每个texel存储一个3bits的索引,用来指向到这8个alpha中的一个。 1.3 总结 ASTC在压缩率、图像质量、种类上都挺不错的,也正在逐步代替ETC和PVR,最大的缺点可能就是兼容性还不够完善和解码时间...

来源: Laya3.0_文档 发布时间: 20251010

757. laya.utils.Byte [ 22%]

...Arraybuffer 对象。  offset:uint (default = 0) — Arraybuffer 对象的索引的偏移量(以字节为单位)  length:uint (default = 0) — 从 Arraybuffer 对象写入到 Byte 对象的长度(以字节为单位) writeByte()method  public function writeByte(value:int):void 在字节...

来源: laya_api 发布时间: 20170929

758. laya.ui.AutoBitmap_API3.0 [ 21%]

... 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

759. laya.ui.Panel_API3.0 [ 20%]

...: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

760. WebSocket通信 · LayaAir3.4 · 引擎文档 · LAYABOX [ 20%]

...具有连续内存存储的特性,能够像普通数组一样进行快速索引访问,非常适合存储大量二进制数据块,这使得 Byte 类在处理大数据时能保持良好的性能。Byte类还具备自动扩容机制,能够在数据超出当前缓冲区容量时动态调整大...

来源: Laya3.0_文档 发布时间: 20251010