Click or drag to resize
BaseComponent_GameObject Property
Get the game object this component is attached to.

Namespace:  GeonBit.ECS.Components
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public GameObject _GameObject { get; }

Property Value

Type: GameObject
See Also