取消wxgame依赖,去除debugRender与camera依赖

This commit is contained in:
yhh
2020-11-23 18:10:45 +08:00
parent 5845128479
commit e67f568069
13 changed files with 4 additions and 4149 deletions

View File

@@ -302,13 +302,6 @@ module es {
this.components.update();
}
/**
* 在默认渲染器中如果Core.debugRenderEnabled为true则调用。自定义渲染器可以选择是否调用它。
*/
public debugRender(camera: Camera){
this.components.debugRender(camera);
}
/**
* 将组件添加到组件列表中。返回组件。
* @param component