Click or drag to resize
EntityGameObjectMapItem Property
Gets or sets the Unity game object mapped by the specified entity id.

Namespace: Slash.Unity.Common.ECS
Assembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntax
public GameObject this[
	int entityId
] { get; set; }

Parameters

entityId
Type: SystemInt32
Entity id mapped to the game object.

Return Value

Type: GameObject
Unity game object mapped by the specified entity id.
See Also