메소드 | 설명 | |
---|---|---|
EntityProcessingSystem ( |
||
lateProcess ( System.Entity entity ) : void | ||
process ( System.Entity entity ) : void |
Processes a specific entity. It's called for all the entities in the list.
|
메소드 | 설명 | |
---|---|---|
lateProcess ( List |
||
process ( List |
Goes through all the entities of this system and processes them one by one
|
public EntityProcessingSystem ( |
||
matcher | ||
리턴 | System |
public lateProcess ( System.Entity entity ) : void | ||
entity | System.Entity | |
리턴 | void |
public abstract process ( System.Entity entity ) : void | ||
entity | System.Entity | Entity. |
리턴 | void |