StateVisualizer.GetStateContainer(String) 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 state container given a state name.
public:
Microsoft::MixedReality::Toolkit::Experimental::StateVisualizer::StateContainer ^ GetStateContainer(System::String ^ stateName);
public Microsoft.MixedReality.Toolkit.Experimental.StateVisualizer.StateContainer GetStateContainer (string stateName);
member this.GetStateContainer : string -> Microsoft.MixedReality.Toolkit.Experimental.StateVisualizer.StateContainer
Public Function GetStateContainer (stateName As String) As StateContainer
Parameters
- stateName
- String
The name of the state container
Returns
The state container with given state name