BaseInputHandler Class
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.
Base class for the Mixed Reality Toolkit's SDK input handlers.
public ref class BaseInputHandler abstract : Microsoft::MixedReality::Toolkit::Input::InputSystemGlobalHandlerListener
public abstract class BaseInputHandler : Microsoft.MixedReality.Toolkit.Input.InputSystemGlobalHandlerListener
type BaseInputHandler = class
inherit InputSystemGlobalHandlerListener
Public MustInherit Class BaseInputHandler
Inherits InputSystemGlobalHandlerListener
- Inheritance
- Derived
Is |
Is Focus required to receive input events on this GameObject? |
Ensure |
A task that will only complete when the input system has in a valid state. (Inherited from InputSystemGlobalHandlerListener) |
On |
|
On |
|
Register |
Overload this method to specify, which global events component wants to listen to. Use RegisterHandler API of InputSystem (Inherited from InputSystemGlobalHandlerListener) |
Start() | |
Unregister |
Overload this method to specify, which global events component should stop listening to. Use UnregisterHandler API of InputSystem (Inherited from InputSystemGlobalHandlerListener) |
Update() |
Продукт | Версии |
---|---|
MRTK2 Unity 2018 | 2.5.0, 2.5.1, 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0 |
MRTK2 Unity 2019 | 2.5.0, 2.5.1, 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0, 2.8.0 |
MRTK2 Unity 2020 | 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0, 2.8.0 |