优化transform结构

新增实体列表排序
This commit is contained in:
yhh
2020-07-24 15:29:07 +08:00
parent d4c244daf5
commit 6be43fc9ac
11 changed files with 1595 additions and 378 deletions

View File

@@ -99,7 +99,7 @@ module es {
protected initialize(){
}
protected update() {
protected async update() {
this.startDebugUpdate();
// 更新我们所有的系统管理器
@@ -127,7 +127,7 @@ module es {
this._nextScene = null;
this.onSceneChanged();
this._scene.begin();
await this._scene.begin();
}
}