[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的方式不对吗
1234.png
已邀请:

小高

赞同来自: gyq

您好,不加载的话是无法拿到的,如果想不加载的话只能使用预加载的方式来实现。

要回复问题请先

商务合作
商务合作