[0]加载3d预制件在界面不显示
// Laya.loader.load("/prefab/baseMJ1.lh").then( (res)=>{
var res = Laya.loader.getRes("/prefab/baseMJ1.lh",Laya.Loader.HIERARCHY)
// console.log("加载预制件 ",res)
this.card = res.create()
// console.log("赋值了吗1 ",this.card)
// console.log("场景1 ",this)
// this.scene.addChild(this.card);
this.addChild(this.card);
console.log("我特么 ",this.card)
// Laya.stage.addChild(this.card);
// } );
我不想用laya.loader.load方法加载,异步的,会影响后续代码逻辑,我想用laya.loader.getRes方法,但是在界面不显示,是我addChild的方式不对吗
var res = Laya.loader.getRes("/prefab/baseMJ1.lh",Laya.Loader.HIERARCHY)
// console.log("加载预制件 ",res)
this.card = res.create()
// console.log("赋值了吗1 ",this.card)
// console.log("场景1 ",this)
// this.scene.addChild(this.card);
this.addChild(this.card);
console.log("我特么 ",this.card)
// Laya.stage.addChild(this.card);
// } );
我不想用laya.loader.load方法加载,异步的,会影响后续代码逻辑,我想用laya.loader.getRes方法,但是在界面不显示,是我addChild的方式不对吗
没有找到相关结果
已邀请:
要回复问题请先登录
1 个回复
小高
赞同来自: gyq