Click or drag to resize
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
C#
public bool Enabled { get; set; }

Property Value

Type: Boolean
See Also