大约有 122 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0043 秒)
Laya_社区(57) Laya3.0_api(29) laya_api(17) Laya2.0_文档(5) Laya3.0_文档(5) Laya2.0_api(5) Laya2.0_示例(2) Laya_示例(2)
...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
...理? 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
...dn上给的例子。 https://mdn.github.io/webaudio-examples/stream-source-buffer/ 开发者用手机或者微信打开这个地址测试下你手机的支持度。 这个是个测试的连接,协议也是https的,开发者在调用摄像头的时候要注意这一点。自己的远端地址一...
来源: Laya3.0_文档 发布时间: 20251010
...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
...iled Status:0 text:,安卓没事 游戏运行一会出现 getAMesh resizeBuffer Array buffer allocation failed 问题状态 最新活动: 2019-03-19 12:02 浏览: 1269 关注: 1 人
来源: Laya_社区 发布时间: 20190319
...t failed Status:404 text:undefined 游戏运行一会出现 getAMesh resizeBuffer Array buffer allocation failed /clang:-1: linker command failed with exit code 1 (use -v to see invocation) websocket connection failed: Invalid frame header 问题状态 最新活动: 2019-09-08 01:23 浏览: 1545 关...
来源: Laya_社区 发布时间: 20190614
...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
...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
..._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