Interactable.Profiles Property

Definition

List of profile configurations that match Visual Themes with GameObjects targets Setting at runtime will re-create the runtime Theme Engines (i.e ActiveThemes property) being used by this class

public:
 property System::Collections::Generic::List<Microsoft::MixedReality::Toolkit::UI::InteractableProfileItem ^> ^ Profiles { System::Collections::Generic::List<Microsoft::MixedReality::Toolkit::UI::InteractableProfileItem ^> ^ get(); void set(System::Collections::Generic::List<Microsoft::MixedReality::Toolkit::UI::InteractableProfileItem ^> ^ value); };
public System.Collections.Generic.List<Microsoft.MixedReality.Toolkit.UI.InteractableProfileItem> Profiles { get; set; }
member this.Profiles : System.Collections.Generic.List<Microsoft.MixedReality.Toolkit.UI.InteractableProfileItem> with get, set
Public Property Profiles As List(Of InteractableProfileItem)

Property Value

Applies to