移除Core,新增各接口用于sdk扩展
This commit is contained in:
@@ -78,6 +78,9 @@ module es {
|
||||
public onEntityTransformChanged(comp: transform.Component) {
|
||||
}
|
||||
|
||||
public debugRender(batcher: IBatcher) {
|
||||
}
|
||||
|
||||
/**
|
||||
*当父实体或此组件启用时调用
|
||||
*/
|
||||
@@ -89,7 +92,7 @@ module es {
|
||||
*/
|
||||
public onDisabled() {
|
||||
}
|
||||
|
||||
|
||||
public setEnabled(isEnabled: boolean) {
|
||||
if (this._enabled != isEnabled) {
|
||||
this._enabled = isEnabled;
|
||||
|
||||
Reference in New Issue
Block a user