InteractableStates.GetDefaultStates Method
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.
Returns the default states for InteractableStates. Default states are set on an interactable when it is created and no other list of states is specified. Default States should match "DefaultStates" scriptable object in Interactable
public:
virtual System::Collections::Generic::List<Microsoft::MixedReality::Toolkit::UI::State ^> ^ GetDefaultStates();
public virtual System.Collections.Generic.List<Microsoft.MixedReality.Toolkit.UI.State> GetDefaultStates ();
abstract member GetDefaultStates : unit -> System.Collections.Generic.List<Microsoft.MixedReality.Toolkit.UI.State>
override this.GetDefaultStates : unit -> System.Collections.Generic.List<Microsoft.MixedReality.Toolkit.UI.State>
Public Overridable Function GetDefaultStates () As List(Of State)