InteractableOnFocus.Profiles Field

Definition

List of profiles can match themes with gameObjects

protected: System::Collections::Generic::List<Microsoft::MixedReality::Toolkit::UI::VisualProfile ^> ^ Profiles;
[UnityEngine.HideInInspector]
[UnityEngine.SerializeField]
protected System.Collections.Generic.List<Microsoft.MixedReality.Toolkit.UI.VisualProfile> Profiles;
[<UnityEngine.HideInInspector>]
[<UnityEngine.SerializeField>]
val mutable Profiles : System.Collections.Generic.List<Microsoft.MixedReality.Toolkit.UI.VisualProfile>
Protected Profiles As List(Of VisualProfile) 

Field Value

Attributes
UnityEngine.HideInInspectorAttribute UnityEngine.SerializeFieldAttribute

Applies to