新增tire。修改transform.Component为es.ComponentTransform
This commit is contained in:
@@ -80,7 +80,7 @@ module es {
|
||||
* 当实体的位置改变时调用。这允许组件知道它们由于父实体的移动而移动了。
|
||||
* @param comp
|
||||
*/
|
||||
public onEntityTransformChanged(comp: transform.Component) {
|
||||
public onEntityTransformChanged(comp: ComponentTransform) {
|
||||
}
|
||||
|
||||
public debugRender(batcher: IBatcher) {}
|
||||
|
||||
Reference in New Issue
Block a user