VR Development Framework
v 1.0.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
override void AVR.Phys.AVR_GrabbableVolumeFinder.Start ( )
inlineprotectedvirtual

Reimplemented from AVR.Core.AVR_Component.

Definition at line 18 of file AVR_GrabbableVolumeFinder.cs.

19  {
20  if (!col) col = GetComponent<Collider>();
21  if (!GrabPoint) GrabPoint = GetComponentInParent<AVR_BasicGrabProvider>().grabPoint;
22  }