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

Property Value

Type: Boolean
See Also