VR Development Framework
v 1.0.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
virtual Vector3 AVR.Phys.AVR_GrabbableFinder.closestPoint ( Vector3  pos)
inlinevirtual

Reimplemented in AVR.Phys.AVR_GrabbableVolumeFinder.

Definition at line 55 of file AVR_GrabbableFinder.cs.

55  {
56  return transform.position;
57  }