[]加载U3D导出的LH格式粒子特效,加载完成不回调
this.lz = this.sceneP.addChild(Laya.Sprite3D.load("res/h5/LayaScene_Effect/Effect.lh")) as Laya.Sprite3D;
this.lz.once(Event.HIERARCHY_LOADED, this,function():void{
console.error("改变大小");
});
之前是按照ls导出的不回调,你们在线技术说场景只能用相机操作。我现在改成了Sprite3D ,lh文件 依旧不回调
this.lz.once(Event.HIERARCHY_LOADED, this,function():void{
console.error("改变大小");
});
之前是按照ls导出的不回调,你们在线技术说场景只能用相机操作。我现在改成了Sprite3D ,lh文件 依旧不回调
没有找到相关结果
已邀请:
要回复问题请先登录
1 个回复
qian
赞同来自:
看一下文档