Bearbeiten

BaseStateModel.GetState(Int32) Method

Definition

Get the State object with the given index

public:
 Microsoft::MixedReality::Toolkit::UI::State ^ GetState(int index);
public Microsoft.MixedReality.Toolkit.UI.State GetState (int index);
member this.GetState : int -> Microsoft.MixedReality.Toolkit.UI.State
Public Function GetState (index As Integer) As State

Parameters

index
Int32

index of state to access

Returns

State Object at given index

Applies to