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

Reimplemented from AVR.Core.AVR_Component.

Definition at line 33 of file AVR_AdvancedOffsetGrabProvider.cs.

34  {
35  base.Start();
36  virtualGrabPoint = new GameObject("virtualGrabPoint").transform;
37  virtualGrabPoint.SetParent(base.getTargetTransform());
38  virtualGrabPoint.localRotation = Quaternion.identity;
39  virtualGrabPoint.localPosition = Vector3.zero;
40  }