GameObjectEnabled Property |
Enable / disable this object.
Disabled objects will not update any components and will not render.
Namespace:
GeonBit.ECS
Assembly:
GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool Enabled { get; set; }
Property Value
Type:
BooleanSee Also