VR Development Framework
v 1.0.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
virtual void AVR.Phys.AVR_BasicGrabProvider.makeGrab ( GrabLocation  location)
inlinevirtual

Perform a grab on with parameters given in a GrabLocation struct

Reimplemented in AVR.Phys.AVR_OffsetGrabProvider, and AVR.Phys.AVR_AdvancedOffsetGrabProvider.

Definition at line 129 of file AVR_BasicGrabProvider.cs.

129  {
130  OnGrab.Invoke();
131  grabLocation = location;
132  grabbedObject.Grab(this);
133  }