VR Development Framework
v 1.0.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
void AVR.Phys.AVR_GrabNode.Awake ( )
inline

Definition at line 43 of file AVR_GrabNode.cs.

43  {
44  master = GetComponentInParent<AVR.Phys.AVR_Grabbable>();
45  }
AVR.Phys.AVR_Grabbable master
Definition: AVR_GrabNode.cs:41
Represents a grabbable object.