StateManager.States Property
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.
The read only dictionary for the Interaction States. To modify this dictionary use the AddNewState() RemoveState() methods. To set the value of a state in this dictionary use SetStateOn/Off() methods.
public:
property System::Collections::Generic::IReadOnlyDictionary<System::String ^, Microsoft::MixedReality::Toolkit::Experimental::InteractiveElement::InteractionState ^> ^ States { System::Collections::Generic::IReadOnlyDictionary<System::String ^, Microsoft::MixedReality::Toolkit::Experimental::InteractiveElement::InteractionState ^> ^ get(); };
public System.Collections.Generic.IReadOnlyDictionary<string,Microsoft.MixedReality.Toolkit.Experimental.InteractiveElement.InteractionState> States { get; }
member this.States : System.Collections.Generic.IReadOnlyDictionary<string, Microsoft.MixedReality.Toolkit.Experimental.InteractiveElement.InteractionState>
Public ReadOnly Property States As IReadOnlyDictionary(Of String, InteractionState)