UxrComponent.EnabledComponents Property
Gets all components that are enabled, in all open scenes.
Namespace: UltimateXR.Core.Components
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public static IEnumerable<UxrComponent> EnabledComponents { get; }
Property Value
Type: IEnumerable(UxrComponent)