UxrComponent<T>.EnabledComponents Property

Gets all components of this specific type 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<T> EnabledComponents { get; }


Property Value

Type: IEnumerable(T)

See Also

Reference

UxrComponent<T> Class
UltimateXR.Core.Components Namespace