新增mover移动器组件 用于处理itriggerListener接口碰撞信息
This commit is contained in:
@@ -212,7 +212,7 @@ class Entity {
|
||||
return this.components.getComponent(type, false) as T;
|
||||
}
|
||||
|
||||
public getComponents(typeName: string, componentList?){
|
||||
public getComponents(typeName: string | any, componentList?){
|
||||
return this.components.getComponents(typeName, componentList);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user