Class InteractableOnTouchReceiver
A basic touch event receiver for detecting Physical Touch state changes in the Interactable
When the physical touch states change, these events are triggered.
Inheritance
InteractableOnTouchReceiver
Assembly: cs.temp.dll.dll
public class InteractableOnTouchReceiver : ReceiverBase
Constructors
Declaration
public InteractableOnTouchReceiver(UnityEvent ev)
Parameters
| Type |
Name |
Description |
| UnityEvent |
ev |
|
Fields
Declaration
public UnityEvent OnTouchEnd
Field Value
| Type |
Description |
| UnityEvent |
|
Methods
Declaration
public override void OnUpdate(InteractableStates state, Interactable source)
Parameters
Overrides