大约有 95 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0029 秒)
Laya_社区(46) Laya3.0_api(21) Laya2.0_文档(8) Laya2.0_api(8) laya_api(5) Laya3.0_文档(5) Laya2.0_示例(1) Laya_示例(1)
...getInt8(4),view.getInt8(5),view.getInt8(6));// -28 -67 -96 console.log(new Uint8Array(view.buffer));//Uint8Array(7) [0, 0, 0, 3, 228, 189, 160] 怎么解析成汉字呢,还有为什么得到的数据也是不一样的呢 2018-03-02 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有...
来源: Laya_社区 发布时间: 20180302
...。 Texture getPixels(x:Number, y:Number, width:Number, height:Number):Uint8Array 获取Texture上的某个区域的像素点 Texture getTexturePixels(x:Number, y:Number, width:Number, height:Number):Uint8ArrayTexture hasListener(type:String):Boolean 检查 EventDispatcher 对象是否为特...
来源: Laya2.0_api 发布时间: 20190513
...equest了 畏语愁眸 • 2020-07-03 19:27 再比如最底下的那行new Uint8Array,我觉得可以完全用成员_u8Array赖替代,没必要每帧都new会产生没必要的gc 畏语愁眸 • 2020-07-03 17:45 最底下那行是不是每帧都要new Uint8Array?
来源: Laya_社区 发布时间: 20200703
...tiveIndexBuffer3D 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
...or3ArrayToVector3ArrayCoordinate transformVector3ArrayToVector3ArrayNormal uint8ArrayToArrayBuffer Properties Static _tempV0 _tempV0: Vector3 = new Vector3() Defined in laya/d3/utils/Utils3D.ts:153 Static _tempV1 _tempV1: Vector3 = new Vector3() Defined in laya/d3/utils/Utils3D.ts:154 Methods Static...
来源: Laya3.0_api 发布时间: 20231115
...rs bufferUsage canRead instanceBuffer vertexDeclaration Methods destroy getUint8Data orphanStorage serilizeVertexDeclaration setData unbind Constructors constructor new NativeVertexBuffer3D(byteLength: number, bufferUsage: BufferUsage, canRead?: boolean): NativeVertexBuffer3D Overrides VertexBuffer3...
来源: Laya3.0_api 发布时间: 20231115
... = (Laya.WebGLContext as any).mainContext; let pixels:Uint8Array = new Uint8Array(gl.drawingBufferWidth*gl.drawingBufferHeight*4); gl.readPixels(0,0,gl.drawingBufferWidth,gl.drawingBufferHeight,gl.RGBA,gl.UNSIGNED_BYTE,pixels); let sp:Laya.Spr...
来源: Laya_社区 发布时间: 20200815
...:Boolean = true) 创建一个 Texture2D 实例。 Texture2D getPixels():Uint8Array 返回图片像素。 Texture2D load(url:String):Texture2D[static] 加载Texture2D。 Texture2D onAsynLoaded(url:String, data:*, params:Array):void[override] private Texture2DProtected Methods MethodDefined...
来源: laya_api 发布时间: 20170929
... RenderTexture getData(x:Number, y:Number, width:Number, height:Number):Uint8Array 获得像素数据。 RenderTexture start():void 开始绑定。 RenderTextureProtected Methods MethodDefined By detoryResource():void[override] 销毁资源。 RenderTexture recreateResource():void[over...
来源: laya_api 发布时间: 20170929
...t = 0[static] 数据类型_Float32Array类型。VertexBuffer3D DATATYPE_UINT8ARRAY : int = 1[static] 数据类型_Uint8Array类型。VertexBuffer3DProperty DetailcanReadpropertycanRead:Boolean [read-only] 获取是否可读。 Implementation public function get canRead():BooleanvertexC...
来源: Laya2.0_api 发布时间: 20190513