取消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

@@ -250,12 +250,5 @@ module es {
for (let i = 0; i < this._components.length; i++)
this._components.buffer[i].onDisabled();
}
public debugRender(camera: Camera){
for (let i = 0; i < this._components.length; i ++){
if (this._components.buffer[i].enabled)
this._components.buffer[i].debugRender(camera);
}
}
}
}