| EntityGameObjectsBehaviour Class |
Namespace: Slash.Unity.Common.ECS
The EntityGameObjectsBehaviour type exposes the following members.
| Name | Description | |
|---|---|---|
| EntityGameObjectsBehaviour | Initializes a new instance of the EntityGameObjectsBehaviour class |
| Name | Description | |
|---|---|---|
| EntityObjects |
Entity game objects.
| |
| Instance |
Singleton instance of this behaviour.
|
| Name | Description | |
|---|---|---|
| ClearEntites |
Clears the entity-gameobject map and destroys all entity objects.
| |
| SetupForGame |
Prepares for creating entity game objects.
| |
| TryGetEntityObject |
Tries to find the game object of the entity with the specified id.
|
| Name | Description | |
|---|---|---|
| EntityObjectPool |
Pool of unused entity objects which are ready for using.
| |
| GameBehaviour |
Game behaviour which manages the current game.
|