Class BaseInputHandler
Base class for the Mixed Reality Toolkit's SDK input handlers.
Inheritance
BaseInputHandler
Inherited Members
Namespace: Microsoft.MixedReality.Toolkit.Input
Assembly: cs.temp.dll.dll
Syntax
public abstract class BaseInputHandler : InputSystemGlobalHandlerListener
Properties
IsFocusRequired
Is Focus required to receive input events on this GameObject?
Declaration
public virtual bool IsFocusRequired { get; protected set; }
Property Value
Type | Description |
---|---|
Boolean |
Methods
OnDisable()
Declaration
protected override void OnDisable()
Overrides
OnEnable()
Declaration
protected override void OnEnable()
Overrides
Start()
Declaration
protected override void Start()
Overrides
Update()
Declaration
protected virtual void Update()