大约有 95 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0030 秒)
Laya_社区(46) Laya3.0_api(21) Laya2.0_文档(8) Laya2.0_api(8) laya_api(5) Laya3.0_文档(5) Laya2.0_示例(1) Laya_示例(1)
...流的当前字节偏移量位置处读取一个 Uint32 值。 Byte readUint8():uint 从字节流的当前字节偏移量位置处读取一个 Uint8 值。 Byte readUint8Array(start:int, len:int):Uint8Array 从字节流中 start 参数指定的位置开始,读取 len 参数指定的字节数...
来源: Laya2.0_api 发布时间: 20190513
...流的当前字节偏移量位置处读取一个 Uint32 值。 Byte getUint8():uint 从字节流的当前字节偏移量位置处读取一个 Uint8 值。 Byte getUint8Array(start:int, len:int):Uint8Array 从字节流中 start 参数指定的位置开始,读取 len 参数指定的字节数...
来源: laya_api 发布时间: 20170929
...64 readInt16 readInt16Array readInt32 readString readUint16 readUint32 readUint8 readUint8Array writeArrayBuffer writeByte writeFloat32 writeFloat64 writeInt16 writeInt32 writeUTFBytes writeUTFString writeUTFString32 writeUint16 writeUint32 writeUint8 getSystemEndian Constructors constructor new Byt...
来源: Laya3.0_api 发布时间: 20231115
...d By alphaMap : Vector.<String>ChunkInfo detailID : Vector.<Uint8Array>ChunkInfo normalMap : StringChunkInfoPublic Methods MethodDefined By ChunkInfo()ChunkInfoProperty DetailalphaMappropertypublic var alphaMap:Vector.<String>detailIDproperty public var detailID:Vect...
来源: Laya2.0_api 发布时间: 20190513
...机渲染目标的像素数据,默认renderTarget的颜色为RGBA var out:Uint8Array = new Uint8Array(2048*2048*4); renderTargetCamera.renderTarget.getData(0, 0, 2048, 2048, out); //设置纹理的填充像素像素 tex.setPixels(out); ``` 在开始渲染后,我们调整视角就可以看到拍照...
来源: Laya2.0_文档 发布时间: 20210714
...编码为二进制格式(即序列化),通过.finish()返回一个 Uint8Array类型的二进制缓冲区。 const greetingBuffer = this.ChatMessage.encode(greetingMessage).finish(); //socket不为 null 或 undefined时,将二进制数据 greetingBuffer 通过 WebSocket 发送到服务器。 ...
来源: Laya3.0_文档 发布时间: 20241119
...getData()方法存在BUG,得到的像素值全部为透明! let data: Uint8ClampedArray = new Uint8ClampedArray(this.renderTargetCamera.renderTarget.getData(0, 0, 1024, 1024)); let imageData: ImageData = new ImageData(data, 1024, 1024); let canvas: HTMLCanvasElement = document.createElement("can...
来源: Laya_社区 发布时间: 20180117
...弟 用法 var zlib:* = __JS__("Zlib"); var inflate = new zlib.Inflate(new Uint8Array(rawData)); var plain:Uint8Array = inflate.decompress(); var ba:Byte = new Byte(plain); ba.pos = 0; ba.endian = Byte.BIG_ENDIAN;//根据自身情况写 lib.rar 2018-05-05 0 1 分享 微博 QZONE 微信 Meng℡ 赞...
来源: Laya_社区 发布时间: 20180505
...rs bufferUsage canRead instanceBuffer vertexDeclaration Methods destroy getUint8Data orphanStorage setData unbind Constructors constructor new VertexBuffer3D(byteLength: number, bufferUsage: BufferUsage, canRead?: boolean): VertexBuffer3D Overrides VertexBuffer.constructor Defined in laya/d3/graphic...
来源: Laya3.0_api 发布时间: 20231115
...rns IndexBuffer3D Properties _buffer _buffer: Float32Array | Uint16Array | Uint8Array | Uint32Array Inherited from Buffer._buffer Defined in laya/RenderEngine/Buffer.ts:8 _bufferType _bufferType: number Inherited from Buffer._bufferType Defined in laya/RenderEngine/Buffer.ts:10 _bufferUsage _bufferU...
来源: Laya3.0_api 发布时间: 20231115