GameObjectVisible Property |
Get / set object visibility.
Invisible objects won't render, but will still update components.
Namespace:
GeonBit.ECS
Assembly:
GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool Visible { get; set; }
Property Value
Type:
BooleanSee Also