UxrComponent<TP, TC>.EnabledChildrenFromParent Property
Gets only the enabled components of this specific type that hang from the same parent.
Namespace: UltimateXR.Core.Components
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public IEnumerable<TC> EnabledChildrenFromParent { get; }
Property Value
Type: IEnumerable(TC)
See Also
Reference
UxrComponent<TP, TC> Class
UltimateXR.Core.Components Namespace