* 从场景中删除系统(removeEntityProcessor的别名) * @param system 系统
(system: EntitySystem)
| 1219 | * @param system 系统 |
| 1220 | */ |
| 1221 | public removeSystem(system: EntitySystem) { |
| 1222 | this.removeEntityProcessor(system); |
| 1223 | } |
| 1224 | |
| 1225 | /** |
| 1226 | * 获取指定类型的EntitySystem处理器 |
nothing calls this directly
no test coverage detected