Click or drag to resize
EntityGameObjectsBehaviour Class
Manages the game objects of all game entities after they are created.
Inheritance Hierarchy
SystemObject
  Object
    Component
      Behaviour
        MonoBehaviour
          Slash.Unity.Common.ECSEntityGameObjectsBehaviour

Namespace: Slash.Unity.Common.ECS
Assembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntax
public class EntityGameObjectsBehaviour : MonoBehaviour

The EntityGameObjectsBehaviour type exposes the following members.

Constructors
  NameDescription
Public methodEntityGameObjectsBehaviour
Initializes a new instance of the EntityGameObjectsBehaviour class
Top
Properties
  NameDescription
Public propertyEntityObjects
Entity game objects.
Public propertyStatic memberInstance
Singleton instance of this behaviour.
Top
Methods
  NameDescription
Public methodClearEntites
Clears the entity-gameobject map and destroys all entity objects.
Public methodSetupForGame
Prepares for creating entity game objects.
Public methodTryGetEntityObject
Tries to find the game object of the entity with the specified id.
Top
Fields
  NameDescription
Public fieldEntityObjectPool
Pool of unused entity objects which are ready for using.
Public fieldGameBehaviour
Game behaviour which manages the current game.
Top
See Also