Redigera

BaseStateModel.SetCurrentState(State) Method

Definition

Set the current state to the provided State object

public:
 virtual void SetCurrentState(Microsoft::MixedReality::Toolkit::UI::State ^ state);
public virtual void SetCurrentState (Microsoft.MixedReality.Toolkit.UI.State state);
abstract member SetCurrentState : Microsoft.MixedReality.Toolkit.UI.State -> unit
override this.SetCurrentState : Microsoft.MixedReality.Toolkit.UI.State -> unit
Public Overridable Sub SetCurrentState (state As State)

Parameters

state
State

State object to set

Applies to