Bearbeiten

BaseStateModel.ImportStates(List<State>) Method

Definition

Import the list of states into this state model

public:
 void ImportStates(System::Collections::Generic::List<Microsoft::MixedReality::Toolkit::UI::State ^> ^ states);
public void ImportStates (System.Collections.Generic.List<Microsoft.MixedReality.Toolkit.UI.State> states);
member this.ImportStates : System.Collections.Generic.List<Microsoft.MixedReality.Toolkit.UI.State> -> unit
Public Sub ImportStates (states As List(Of State))

Parameters

states
List<State>

list of state objects to import

Applies to