BaseCursor.OnCursorStateChange(CursorStateEnum) 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.
Change the cursor state to the new state. Override in cursor implementations.
public:
virtual void OnCursorStateChange(Microsoft::MixedReality::Toolkit::Input::CursorStateEnum state);
public virtual void OnCursorStateChange (Microsoft.MixedReality.Toolkit.Input.CursorStateEnum state);
abstract member OnCursorStateChange : Microsoft.MixedReality.Toolkit.Input.CursorStateEnum -> unit
override this.OnCursorStateChange : Microsoft.MixedReality.Toolkit.Input.CursorStateEnum -> unit
Public Overridable Sub OnCursorStateChange (state As CursorStateEnum)
Parameters
- state
- CursorStateEnum