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

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

3731. laya.d3.core.render.SkinRenderElement_API3.0 [ 50%]

...ss with type parameter Constructor Property Method Object literal Variable Function Type alias Inherited property Inherited method Enumeration Interface

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

3732. laya.display.cmd.DrawRoundRectCmd_API3.0 [ 50%]

...t rb rt width x y ID getBoundPoints recover Legend Object literal Variable Function Type alias Class Class with type parameter Property Method Enumeration Interface Static property

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

3733. 微信开放数据域加载图片后报错 Cannot read property 'USER_DATA_PATH' of undefined [ 50%]

...者请问有其他可行的方法吗     //子域代码示例  public function LayaSample() {             MiniAdpter.init(true,true);             Laya.init(800,600);              Laya.stage.scaleMode = Stage.SCALE_FIXED_AUTO;             Laya.stage...

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

3734. 3D加载不了 [ 50%]

...-default001.lm",Laya.Handler.create(this,this.onCreateComplete));       function onCreateComplete() {    var mesh = Laya.loader.getRes("cj\cj-default001.lm");   var meshSprite3D = new Laya.MeshSprite3D(mesh);   this.scene.addChild(meshSprite3D); } //modelshow = new Laya.MeshSprite3D(Laya.Mesh...

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

3735. LayaAir写了一个页面,怎么在Android studio 中引入 [ 50%]

...=false; // 注册手指按下事件 document.addEventListener("touchstart",function(e){ a=!a;// 实现奇数次打开 偶数次关闭 // b、调用静态函数openlight 参数为a Test.call("openlight",a); }); 2017-12-25 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回...

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

3736. Laya2.0 3D刚体获取不了totalForce [ 50%]

...常感谢,但是我调试了一下,totalForce中的x,y,z是三个空的function实例,不知你那里测试是否正常? NilZ • 2019-06-24 21:00 @tiwei001:引擎库没有适配好,1029805476@qq.com,给我发一个邮件,我用邮件给你回最新编译的引擎库,从里面找相应...

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

3737. tiledMap问题,getTileProperties获取地图属性不能获取到 [ 50%]

...属性名称     *@return     */     __proto.getTileProperties=function(index,id,name){         if (this._tileProperties[index] && this._tileProperties[index][id]){             return this._tileProperties[index][id][name];         }         ret...

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

3738. 调用JSMpeg会闪屏 [ 50%]

...码么? 调用动画结束on方法,报错this.zombieAnimator.on is not a function 脚本组件继承于 Laya.Script。 其中的_update方法,多长时间会调用一次? 可以设置调用时间吗? AS环境下调用DebugTool.init会出现编译时报错 如何在PC端浏览器的调试面...

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

3739. SoundManager第一次加载播放延迟怎么解决? [ 50%]

SoundManager第一次加载播放延迟怎么解决? private function onPlayMusic(e:Event=null):void  {    trace("播放音乐");    SoundManager.playMusic("../../../../res/sounds/bgm.mp3", 1, new Handler(this, onComplete)); } 以上是官方的例子,但是背景音乐文件比较大的...

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

3740. ReferenceError: Laya3D is not defined? [ 50%]

...ne3D.load("LayaScene_Main/Conventional/Main.ls", Laya.Handler.create(null, function(scene:Laya.Scene3D):void { Laya.stage.addChild(scene) as Laya.Scene3D; var camera:Laya.Camera = scene.getChildByName("Main Camera") as Laya.Camera; //camera.addComponent(CameraMoveScript); })); 2019-03-08 添加评...

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