Method OnUnlink
OnUnlink(XRGrabInteractable)
Called by Unity when the given Interactable unlinks from this grab transformer. Use this to do any code cleanup for the given Interactable.
Declaration
public virtual void OnUnlink(XRGrabInteractable grabInteractable)
Parameters
| Type | Name | Description |
|---|---|---|
| XRGrabInteractable | grabInteractable | The XR Grab Interactable being unlinked from this transformer. |