States.StateList Property

Definition

List of available states defined by asset

public:
 property System::Collections::Generic::List<Microsoft::MixedReality::Toolkit::UI::State ^> ^ StateList { System::Collections::Generic::List<Microsoft::MixedReality::Toolkit::UI::State ^> ^ get(); void set(System::Collections::Generic::List<Microsoft::MixedReality::Toolkit::UI::State ^> ^ value); };
public System.Collections.Generic.List<Microsoft.MixedReality.Toolkit.UI.State> StateList { get; set; }
member this.StateList : System.Collections.Generic.List<Microsoft.MixedReality.Toolkit.UI.State> with get, set
Public Property StateList As List(Of State)

Property Value

Applies to