InteractableStates Constructors
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.
Overloads
InteractableStates() | |
InteractableStates(State) |
InteractableStates()
public:
InteractableStates();
public InteractableStates ();
Public Sub New ()
Applies to
InteractableStates(State)
public:
InteractableStates(Microsoft::MixedReality::Toolkit::UI::State ^ defaultState);
public InteractableStates (Microsoft.MixedReality.Toolkit.UI.State defaultState);
new Microsoft.MixedReality.Toolkit.UI.InteractableStates : Microsoft.MixedReality.Toolkit.UI.State -> Microsoft.MixedReality.Toolkit.UI.InteractableStates
Public Sub New (defaultState As State)
Parameters
- defaultState
- State