Click or drag to resize
GameObjectIsActuallyEnabled Property
Return true only if this GameObject and all his parents are enabled.

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

Property Value

Type: Boolean
See Also