• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 4,373 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0085 秒)

2881. laya.d3.physics.Constraint3D_API3.0 [ 56%]

...straint3D constructor rigidbodyA rigidbodyB Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Property Enumeration Interface

来源: Laya3.0_api 发布时间: 20231115

2882. laya.d3.animation.AnimatorStateScript_API3.0 [ 56%]

...teLoop onStateUpdate AnimatorPlayScriptInfo Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Method Enumeration Interface

来源: Laya3.0_api 发布时间: 20231115

2883. 在搜狗浏览器上直接游戏就直接报错 [ 56%]

...报错 Main.max.js:82027 Uncaught TypeError: context.ctx.setIBVB is not a function 2018-03-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 qian 赞同来自: 还有别的报错么 是不是跨域了 还有这是...

来源: Laya_社区 发布时间: 20180326

2884. 屏幕2d坐标转成3d的世界坐标 [ 56%]

...少对象创建开销。 * @return 转换后的坐标的点。 */ public function localToGlobal(point:Point, createNewPoint:Boolean = false):Point {}

来源: Laya_社区 发布时间: 20180906

2885. 如何获取json对象的result值? [ 56%]

如何获取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

2886. laya.d3.renderobjs.renderobj.CameraCullInfo_API3.0 [ 56%]

...ask position staticMask useOcclusionCulling Legend Object literal Variable Function Type alias Class Class with type parameter Property Enumeration Interface

来源: Laya3.0_api 发布时间: 20231115

2887. 出错啦,请把此信息截图给研发商Uncaught typeError:cannot read property [ 55%]

...代码 Fb编译运行出错 浏览器运行提示TypeError: xxx is not a function 和创建精灵一样new Rand()出错 打包apk Uncaught SyntaxError: Unexpected token 'export’ 问题状态 最新活动: 2021-12-27 19:33 浏览: 2794 关注: 2 人

来源: Laya_社区 发布时间: 20211227

2888. 关于动态设置宽高的问题 [ 55%]

...在的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

2889. 关于材质问题 [ 55%]

关于材质问题 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

2890. 时间帧更新问题 [ 55%]

时间帧更新问题 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