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

大约有 540 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0054 秒)

431. 3D粒子特效初始化卡顿 [ 51%]

... = null; if(isGroup == true){ groupName = url; } Laya.loader.create(_path, Handler.create(this,OnComplete,null),null,null,null,1,true,groupName); }else{ var item:Sprite3D = Pool.getItem(_path); if(item != null){ //直接缓存的 Instantiate(item); }else{ OnComplete(); } } } public function Delay...

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

432. AS转换JS运行报错 [ 51%]

...常,但按键回调函数中调DoFunc报错 我现在得到结论 KeyHandler中的this不能指代__proto对象 要使this指代过去,我记得参数中要加个参数才对,麻烦看下是不是转换问题,还是有这种写法   附件 : --> 2017-01-23 添加评论 免费帖 --> 分...

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

433. Laya.loader.load 加载场景报错 [ 51%]

Laya.loader.load 加载场景报错 Laya.loader.load( 模型url, Laya.Handler.create(this, function(){ this.scene = Laya.loader.getRes(模型url); Laya.stage.addChild(this.scene); }),null, null, 1, true, "scene1"); 执行后,浏览器报 : laya.core.js:13290 Uncaught TypeError: node._setParent ...

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

434. Uncaught unknown animationClip version. [ 51%]

...来自: Laya.Scene3D.load("LayaScene_scene1/Conventional/scene1.ls", Laya.Handler.create(this, function (s: Laya.Scene3D): void { var scene = s; Laya.stage.addChild(scene);         }));   加载代码 2019-03-13 0 0 分享 微博 QZONE 微信 Zong 赞同来自: 断点调试显示clip.versio...

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

435. Laya1.6.2发布flash版本 [ 51%]

...las() at Function/http://adobe.com/AS3/2006/builtin::call() at laya.utils::Handler/runWith() at laya.events::EventDispatcher/event() at laya.resource::Resource/completeCreate() at laya.webgl.resource::WebGLCharImage/recreateResource() at laya.resource::Resource/activeResource() at laya.resource::Tex...

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

436. 通过Spine工具导出缩小了比例,游戏中显示部分节点坐标和比例出错 [ 51%]

...new Laya.Skeleton();         tmpSpine.load("spineFile/6402.sk",Laya.Handler.create(this,()=>{             tmpSpine.showSkinByIndex(2);//皮肤ID:1,2             tmpSpine.play("idea",true);         }),1);         tmpSpine.x = 365;         tmpSp...

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

437. Laya.Sprite loadImage 参数问题 [ 51%]

... x:Number = 0, y:Number = 0, width:Number = 0, height:Number = 0, complete:Handler = null) 官方文档也是这么的:http://ldc.layabox.com/doc/?nav=zh-ts-1-3-2 我把文档的代码完整复制到vscode里,vs code会报错。IDE F6 运行也编译报错。 2020-05-22 添加评论 免费帖...

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

438. swf预加载问题 [ 51%]

...ort laya.events.EventDispatcher; import laya.net.Loader; import laya.utils.Handler; public class BeforLoader extends EventDispatcher { public static const BEFORLOADERFINISH:String = "BeforLoaderFinish"; private const ADDONE:String = "bingan/AddOne.swf"; private const BG:String = "bingan/bg.swf"; pri...

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

439. Cannot read property 'props' of undefined [ 51%]

...2.0,使就挂……   Laya.Scene3D.load("LayaScene_Map/Map.ls",Laya.Handler.create(null,function(scene){             //加载完成获取到了Scene3d             Laya.stage.addChild(scene);         })); 附件 : --> LayaScene_Map.zip 2020-07-07 添加评论 免...

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

440. LayaNative 在android8.0 报ANR概率大 [ 51%]

...33.840 27966-27966/com.lovegame.hk.hokbok I/art:     at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:102) 2019-07-22 18:03:33.840 27966-27966/com.lovegame.hk.hokbok I/art:     at void android.os.Looper.loop() (Looper.java:154) 2019-07-22 18:03:33.840 27966-27966/co...

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