VR Development Framework
v 1.0.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
override void AVR.Phys.AVR_OffsetGrabProvider.makeRelease ( )
inlinevirtual

Ends a grab. Is called when the respective "releaseEvent" is true.

Reimplemented from AVR.Phys.AVR_BasicGrabProvider.

Definition at line 47 of file AVR_OffsetGrabProvider.cs.

48  {
49  base.makeRelease();
50  if (handVisual != null) StartCoroutine(unsetHand());
51  }