InteractableOnFocus.Profiles Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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