大约有 4,373 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0085 秒)
Laya_社区(2475) Laya3.0_api(673) Laya2.0_api(357) laya_api(289) Laya2.0_文档(271) Laya_示例(157) Laya2.0_示例(116) Laya3.0_文档(35)
...straint3D constructor rigidbodyA rigidbodyB Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Property Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
...teLoop onStateUpdate AnimatorPlayScriptInfo Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Method Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
...报错 Main.max.js:82027 Uncaught TypeError: context.ctx.setIBVB is not a function 2018-03-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 qian 赞同来自: 还有别的报错么 是不是跨域了 还有这是...
来源: Laya_社区 发布时间: 20180326
...少对象创建开销。 * @return 转换后的坐标的点。 */ public function localToGlobal(point:Point, createNewPoint:Boolean = false):Point {}
来源: Laya_社区 发布时间: 20180906
如何获取json对象的result值? private function onHttpComplete(evt:*= null):void{ trace("http.data:"+http.data); trace(http.data.result); } 输出结果: http.data:{ "result":"0", "msg":"登录失败!" } undefined 求解:如何获...
来源: Laya_社区 发布时间: 20170111
...ask position staticMask useOcclusionCulling Legend Object literal Variable Function Type alias Class Class with type parameter Property Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
...代码 Fb编译运行出错 浏览器运行提示TypeError: xxx is not a function 和创建精灵一样new Rand()出错 打包apk Uncaught SyntaxError: Unexpected token 'export’ 问题状态 最新活动: 2021-12-27 19:33 浏览: 2794 关注: 2 人
来源: Laya_社区 发布时间: 20211227
...在的div全屏,然后代码里面设置宽高为clientW,clientH private function onResize(e:Event):void { if (App.isFull) { Laya.stage.width=Browser.clientWidth; Laya.stage.height=Browser.clientHeight; } else { Laya.stage.width=1008; Laya.stage.height=610; } } 这是全屏和非全屏时候的一...
来源: Laya_社区 发布时间: 20170424
关于材质问题 mesh.once(Laya.Event.LOADED, null, function () { var material = meshSprite.meshRender.sharedMaterials[0]; material.albedo = new Laya.Vector4(0.0,0.0,0.0,0.0); material.renderMode = Laya.BaseMaterial.RENDERMODE_OPAQUEDOUBLEFACE; material.reflectTexture = textureCube; }); 为什么...
来源: Laya_社区 发布时间: 20161215
时间帧更新问题 var t=Date.now(); Laya.stage.frameLoop(1,this,function(){ Message.show(Date.now()-t+"_"+Laya.stage.frameRate); t=Date.now(); }) 写了上面的简单Demo测试,发现用运行器运行,每一帧的时间间隔都是50-70毫秒,但如果在浏览器运...
来源: Laya_社区 发布时间: 20180117