InteractableStates.GetStates Method

Definition

Get list of available States for this State Model

public:
 override cli::array <Microsoft::MixedReality::Toolkit::UI::State ^> ^ GetStates();
public override Microsoft.MixedReality.Toolkit.UI.State[] GetStates ();
override this.GetStates : unit -> Microsoft.MixedReality.Toolkit.UI.State[]
Public Overrides Function GetStates () As State()

Returns

State[]

Array of available State objects

Applies to