BaseStateModel.ImportStates(List<State>) 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.
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))