Interactable.ActiveThemes Property

Definition

The list of running theme instances to receive state changes When the dimension index changes, activeThemes updates to those assigned to that dimension.

public:
 property System::Collections::Generic::IReadOnlyList<Microsoft::MixedReality::Toolkit::UI::InteractableThemeBase ^> ^ ActiveThemes { System::Collections::Generic::IReadOnlyList<Microsoft::MixedReality::Toolkit::UI::InteractableThemeBase ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<Microsoft.MixedReality.Toolkit.UI.InteractableThemeBase> ActiveThemes { get; }
member this.ActiveThemes : System.Collections.Generic.IReadOnlyList<Microsoft.MixedReality.Toolkit.UI.InteractableThemeBase>
Public ReadOnly Property ActiveThemes As IReadOnlyList(Of InteractableThemeBase)

Property Value

Applies to