大约有 87 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0033 秒)
Laya_社区(41) Laya3.0_api(19) Laya2.0_文档(8) Laya2.0_api(8) laya_api(5) Laya3.0_文档(4) Laya2.0_示例(1) Laya_示例(1)
... 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
...vate function drawHandler():void{Laya.stage.graphics.clear();var dataArray:Uint8Array = new Uint8Array(analyser.frequencyBinCount);analyser.getByteFrequencyData(dataArray);var step:int = Math.round(dataArray.length / 60);for (var i:int = 0; i < 40; i++) {var energy:int = (dataArray[step * i] / 25...
来源: Laya_社区 发布时间: 20181023
...流的当前字节偏移量位置处读取一个 Uint8 值。 Byte readUint8Array(start:int, len:int):Uint8Array 从字节流中 start 参数指定的位置开始,读取 len 参数指定的字节数的数据,用于创建一个 Uint8Array 对象并返回此对象。 Byte writeArrayBuffer(ar...
来源: Laya2.0_api 发布时间: 20190513
...D if (tex) { let u8 = tex.getData(0, 0, tex.width, tex.height) let u = new Uint8Array(u8.length) let len = u8.length / 4 let i = 0 for (let x = len; x >= 0; x--) { for (let y = 0; y < 4; y++) { u[i * 4 + y] = u8[x * 4 + y] } i++ } u8 = u u = new Uint8Array(u8.length) len = u8.length / s.height...
来源: Laya_社区 发布时间: 20210911
...height *4); } if (this._canRead){ if (Render.isConchApp){ this._pixels=new Uint8Array(source._nativeObj.getImageData(0,0,width,height)); }else { Browser.canvas.size(width,height); Browser.canvas.clear(); Browser.context.drawImage(source,0,0,width,height); this._pixels=new Uint8Array(Browser.context....
来源: Laya_社区 发布时间: 20190809
... mipmap:Boolean = true):DataTexture2D[static] DataTexture2D getPixels():Uint8Array 返回图片像素。 DataTexture2D load(url:String, w:int = 0, h:int = 0, magfilter:int, minfilter:int):DataTexture2D[static] 加载Texture2D。 DataTexture2D onAsynLoaded(url:String, data:*, params:Array):v...
来源: laya_api 发布时间: 20170929
...流的当前字节偏移量位置处读取一个 Uint8 值。 Byte getUint8Array(start:int, len:int):Uint8Array 从字节流中 start 参数指定的位置开始,读取 len 参数指定的字节数的数据,用于创建一个 Uint8Array 对象并返回此对象。 Byte getUTFBytes(len:int ...
来源: laya_api 发布时间: 20170929
...16 readInt16Array readInt32 readString readUint16 readUint32 readUint8 readUint8Array writeArrayBuffer writeByte writeFloat32 writeFloat64 writeInt16 writeInt32 writeUTFBytes writeUTFString writeUTFString32 writeUint16 writeUint32 writeUint8 getSystemEndian Constructors constructor new Byte(data?: a...
来源: Laya3.0_api 发布时间: 20231115
...。 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