Method | Description | |
---|---|---|
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.
|
Method | Description | |
---|---|---|
lateProcess ( List |
||
process ( List |
Goes through all the entities of this system and processes them one by one
|
public EntityProcessingSystem ( |
||
matcher | ||
return | System |
public lateProcess ( System.Entity entity ) : void | ||
entity | System.Entity | |
return | void |
protected lateProcess ( List |
||
entities | List |
|
return | void |
public abstract process ( System.Entity entity ) : void | ||
entity | System.Entity | Entity. |
return | void |
protected process ( List |
||
entities | List |
Entities. |
return | void |