Class PhysicalPressEventRouter
This class exists to route PressableButton events through to Interactable.
The result is being able to have physical touch call Interactable.OnPointerClicked.
Inheritance
PhysicalPressEventRouter
Assembly: cs.temp.dll.dll
public class PhysicalPressEventRouter : MonoBehaviour
Fields
Declaration
public PhysicalPressEventRouter.PhysicalPressEventBehavior InteractableOnClick
Field Value
Declaration
public Interactable routingTarget
Field Value
Type |
Description |
Interactable |
|
Methods
Declaration
public void OnHandPressCompleted()
Declaration
public void OnHandPressTouched()
Declaration
public void OnHandPressTriggered()
Declaration
public void OnHandPressUntouched()