Class InteractableOnGrabReceiver
A basic grab event receiver for detecting grab events (OnGrab, OnRelease) or grab state changes from Interactable
When the grab states change, on or off, these events are triggered
Inheritance
InteractableOnGrabReceiver
Assembly: cs.temp.dll.dll
public class InteractableOnGrabReceiver : ReceiverBase
Constructors
Declaration
public InteractableOnGrabReceiver(UnityEvent ev)
Parameters
Type |
Name |
Description |
UnityEvent |
ev |
|
Fields
Declaration
public UnityEvent OnRelease
Field Value
Type |
Description |
UnityEvent |
|
Methods
Declaration
public override void OnUpdate(InteractableStates state, Interactable source)
Parameters
Overrides