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