BaseStateModel.GetState(Int32) 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.
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