StateVisualizer.StateContainers Property

Definition

A list of containers that map to the states in the attached Interactive Element component.

public:  property System::Collections::Generic::List<Microsoft::MixedReality::Toolkit::Experimental::StateVisualizer::StateContainer ^> ^ StateContainers {  public:
System::Collections::Generic::List<Microsoft::MixedReality::Toolkit::Experimental::StateVisualizer::StateContainer ^> ^ get(); protected:
 void set(System::Collections::Generic::List<Microsoft::MixedReality::Toolkit::Experimental::StateVisualizer::StateContainer ^> ^ value); };
public System.Collections.Generic.List<Microsoft.MixedReality.Toolkit.Experimental.StateVisualizer.StateContainer> StateContainers { get; protected set; }
member this.StateContainers : System.Collections.Generic.List<Microsoft.MixedReality.Toolkit.Experimental.StateVisualizer.StateContainer> with get, set
Public Property StateContainers As List(Of StateContainer)

Property Value

List<StateContainer>

Applies to