实体跟随相机

This commit is contained in:
yhh
2020-06-08 16:23:48 +08:00
parent f20c460fc6
commit cadd9ab0fc
18 changed files with 925 additions and 54 deletions

View File

@@ -33,4 +33,8 @@ class SceneManager {
this._activeScene.initialize();
return scene;
}
public static getActiveScene(){
return this._activeScene;
}
}