Members
world :World|null
Type:
- World | null
Methods
(abstract) added(entity)
get notified when entity is added to world
Parameters:
Name | Type | Description |
---|---|---|
entity |
Entity |
(abstract) addedToWorld()
get notified when System is added to world
(abstract) removed(entity)
get notified when entity is removed from world
Parameters:
Name | Type | Description |
---|---|---|
entity |
Entity |
setWorld(world)
Parameters:
Name | Type | Description |
---|---|---|
world |
World |