新增mover移动器组件 用于处理itriggerListener接口碰撞信息
This commit is contained in:
@@ -57,6 +57,10 @@ abstract class Component {
|
||||
|
||||
}
|
||||
|
||||
public debugRender(){
|
||||
|
||||
}
|
||||
|
||||
/** 内部使用 运行时不应该调用 */
|
||||
public registerComponent(){
|
||||
this.entity.componentBits.set(ComponentTypeManager.getIndexFor(this), false);
|
||||
|
||||
Reference in New Issue
Block a user