* 添加系统到场景(addEntityProcessor的别名) * @param system 系统
(system: EntitySystem)
| 1198 | * @param system 系统 |
| 1199 | */ |
| 1200 | public addSystem(system: EntitySystem) { |
| 1201 | return this.addEntityProcessor(system); |
| 1202 | } |
| 1203 | |
| 1204 | /** |
| 1205 | * 从场景中删除EntitySystem处理器 |
nothing calls this directly
no test coverage detected