Click or drag to resize
EntityGameObjectMap Class
Maps entity ids to Unity game objects.
Inheritance Hierarchy
SystemObject
  Object
    Component
      Behaviour
        MonoBehaviour
          Slash.Unity.Common.ECSEntityGameObjectMap

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

The EntityGameObjectMap type exposes the following members.

Constructors
  NameDescription
Public methodEntityGameObjectMap
Initializes a new instance of the EntityGameObjectMap class
Top
Properties
  NameDescription
Public propertyStatic memberInstance
Current entity game object map.
Public propertyItem
Gets or sets the Unity game object mapped by the specified entity id.
Top
See Also