暮临朝

Results 3 comments of 暮临朝

我是初始化的typescript3D项目,然后照着SceneLoad1写,但会提示property 'Scene3D' does not exist on type typeof 'Laya',是否需要添加其他运行库

我像这么写是可以的—— var scene = Laya.Scene.load("LayaScene_Laya3D01/Laya3D01.ls"); Laya.stage.addChild(scene); 但如果这么写—— Laya.Scene3D.load("LayaScene_Laya3D01/Laya3D01.ls", Laya.Handler.create(null, function (scene) { Laya.stage.addChild(scene); })); 就提示没有Scene3D这个属性