Click or drag to resize

ComponentEnabledInHierarchy Property

Determines whether the object is attached to a hierarchy of the components and enabled. The object will be enabled only when all parents are enabled, and the property Enabled is enabled.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public bool EnabledInHierarchy { get; }

Property Value

Type: Boolean
See Also