大约有 111 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0044 秒)
Laya_社区(47) Laya3.0_api(29) laya_api(17) Laya2.0_api(5) Laya2.0_文档(5) Laya3.0_文档(4) Laya2.0_示例(2) Laya_示例(2)
...teLocalBounds getAccessorComponentsNum getAnimationRoot getAttributeNum getBufferwithAccessorIndex getTextureConstructParams getTextureFilterMode getTextureFormat getTextureMipmap getTexturePropertyParams getTextureWrapMode getTexturewithInfo pickMeshMaterials Properties Static Extensions Extensions...
来源: Laya3.0_api 发布时间: 20231102
...ArrayCoordinate 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 PointinTriangle ...
来源: Laya3.0_api 发布时间: 20231115
...代码如下:var inflate = new Zlib.Inflate(new Uint8Array(data)); var outbuffer = inflate.decompress(); var sourceBytes:Laya.Byte =new Laya.Byte(outbuffer.buffer); sourceBytes.endian = "BIG_ENDIAN"; var jsonstr:string = sourceBytes.readUTFBytes(sourceBytes.bytesAvailable) 2018-04-19 添加评论 ...
来源: Laya_社区 发布时间: 20180419
...aseMaterial _getBool(shaderIndex:int):* 获取布尔。 BaseMaterial _getBuffer(shaderIndex:int):* 获取Buffer。 BaseMaterial _getColor(shaderIndex:int):* 获取颜色。 BaseMaterial _getInt(shaderIndex:int):* 获取整形。 BaseMaterial _getMatrix4x4(shaderIndex:int):* 获取矩阵。 Base...
来源: laya_api 发布时间: 20170929
...dn上给的例子。 https://mdn.github.io/webaudio-examples/stream-source-buffer/ 开发者用手机或者微信打开这个地址测试下你手机的支持度。 这个是个测试的连接,协议也是https的,开发者在调用摄像头的时候要注意这一点。自己的远端地址一...
来源: Laya3.0_文档 发布时间: 20241014
...理? httprequest ios手机上请求提示Request failed status:0 Array buffer allocation failed WebSocket connection to 'ws://192.168.0.8:8102/' failed: Invalid frame header httpRequest send返回Request failed Status:0 手机调试时http请求错误,返回Request failed Status:0 FATAL ERROR: C...
来源: Laya_社区 发布时间: 20190307
...tance.ShowTips(str,"Confirm",OnCallBack); } } } else if (message is ArrayBuffer) { trace(new Byte(message).readUTFBytes()); } socket.input.clear(); } private function OnCallBack():void { MsgManger.SendMsg("LoginOut"); } private function onConnectError(e:Event=null):void { trace("error"); } } } ...
来源: Laya_社区 发布时间: 20170724
...Air2.11beta版本开始,新增了一个重磅功能。那就是在CommandBuffer中增加了渲染指令drawMeshInstance,还有增加了DrawMeshInstancedCMD渲染命令类。本文就是针对新功能的使用,结合官网示例进行介绍说明。 > **提示**: > > 1、本文中涉及的...
来源: Laya2.0_文档 发布时间: 20210714
... Methods _addShaderInstance _clearShaderInstance _destroy _render addUpdateBuffer clear drawGeometry getUpdateData Constructors constructor new InstanceRenderElementOBJ(): InstanceRenderElementOBJ Overrides RenderElementOBJ.constructor Defined in laya/d3/RenderObjs/RenderObj/InstanceRenderElementOBJ...
来源: Laya3.0_api 发布时间: 20231115
..._pixels=new Uint8Array(Browser.context.getImageData(0,0,width,height).data.buffer); } } this._readyed=true; this._activeResource(); } 参考文档 https://cdofs.oppomobile.com/cdo-activity/static/201810/26/quickgame/documentation/render/canvas.html ps:2.1.1.1 一样报错 2019-08-09 ...
来源: Laya_社区 发布时间: 20190809