大约有 67 项符合查询结果, 库内数据总量为 30,784 项。 (搜索耗时: 0.0042 秒)
Laya_社区(43) Laya2.0_文档(8) Laya3.0_api(5) Laya2.0_api(3) Laya3.0_文档(3) laya_api(3) Laya_示例(1) Laya2.0_示例(1)
...or2 Vector3 Vector4 Methods getElementInfos Properties Static Byte2 Byte2: string = "byte2" Defined in laya/renders/VertexElementFormat.ts:24 字节数组2 Static Byte3 Byte3: string = "byte3" Defined in laya/renders/VertexElementFormat.ts:22 字节数组3 Static Byte4 Byte4: string = "byte4" Define...
来源: Laya3.0_api 发布时间: 20231115
...or2 Vector3 Vector4 Methods getElementInfos Properties Static Byte2 Byte2: string = "byte2" Defined in laya/d3/graphics/VertexElementFormat.ts:24 字节数组2 Static Byte3 Byte3: string = "byte3" Defined in laya/d3/graphics/VertexElementFormat.ts:22 字节数组3 Static Byte4 Byte4: string = "byte4...
来源: Laya3.0_api 发布时间: 20231102
...rs buffer bytesAvailable endian length pos Methods clear getUTFBytes getUTFString readArrayBuffer readByte readFloat32 readFloat32Array readFloat64 readInt16 readInt16Array readInt32 readString readUint16 readUint32 readUint8 readUint8Array writeArrayBuffer writeByte writeFloat32 writeFloat64 writeI...
来源: Laya3.0_api 发布时间: 20231115
...数 byte1.writeInt16(16);//写入一个两个字节的整数 byte1.writeUTFString("hell world");//写入一个字符串; byte.writeArrayBuffer(byte1.buffer,6);//把byte1的数据从第六个字节开始读入byte中。省略其中的浮点数20.0和整数16 byte.pos = 0;// trace(byte.readUTFString...
来源: Laya2.0_文档 发布时间: 20210715
...数 byte1.writeInt16(16);//写入一个两个字节的整数 byte1.writeUTFString("hell world");//写入一个字符串; byte.writeArrayBuffer(byte1.buffer,6);//把byte1的数据从第六个字节开始读入byte中。省略其中的浮点数20.0和整数16 byte.pos = 0;// console.log(byte.readUTF...
来源: Laya2.0_文档 发布时间: 20210715
...数 byte1.writeInt16(16);//写入一个两个字节的整数 byte1.writeUTFString("hell world");//写入一个字符串; byte.writeArrayBuffer(byte1.buffer,6);//把byte1的数据从第六个字节开始读入byte中。省略其中的浮点数20.0和整数16 byte.pos = 0;// console.log(byte.readUTF...
来源: Laya2.0_文档 发布时间: 20210714
...流的当前位置到末尾读取的数据的字节数。 Byte endian : String Byte 实例的字节序。取值为:BIG_ENDIAN 或 BIG_ENDIAN 。 主机字节序,是 CPU 存放数据的两种不同顺序,包括小端字节序和大端字节序。通过 getSystemEndian 可以获取当前系...
来源: Laya2.0_api 发布时间: 20190513
...流的当前位置到末尾读取的数据的字节数。 Byte endian : String Byte 实例的字节序。取值为:BIG_ENDIAN 或 BIG_ENDIAN 。 主机字节序,是 CPU 存放数据的两种不同顺序,包括小端字节序和大端字节序。通过 getSystemEndian 可以获取当前系...
来源: laya_api 发布时间: 20170929
...串。如果请求未完成或失败,则该值为 null responseText DOMString 此次请求的响应为文本,或是当请求未成功或还未发送时为 null只读。 responseType XMLHttpRequestResponseType 设置该值能够改变响应类型。就是告诉服务器你期望的响应格式。...
来源: Laya3.0_文档 发布时间: 20241014
...a{ export class Pomelo{ static DEBUG:boolean = true; static EVENT_IO_ERROR:string = "io-error"; static EVENT_CLOSE:string = "close"; static EVENT_KICK:string = "onKick"; static EVENT_HEART_BEAT_TIMEOUT:string = 'heartbeat timeout'; private JS_WS_CLIENT_TYPE:string = 'js-websocket'; private JS_WS_CLI...
来源: Laya_社区 发布时间: 20180119