新增渲染接口

This commit is contained in:
yhh
2021-05-27 18:32:38 +08:00
parent 6c44d38c10
commit 26068aaf6f
29 changed files with 1301 additions and 96 deletions

View File

@@ -376,6 +376,10 @@ module es {
this.components.update();
}
public debugRender(batcher: IBatcher) {
this.components.debugRender(batcher);
}
/**
* 创建组件的新实例。返回实例组件
* @param componentType