This website uses cookies to improve our services and deliver relevant ads.
By interacting with this site, you agree to this use. For more information, see our Cookies Policy
| bool | |
| bool | m_snapPosition ( ) |
| bool | |
| Transform | m_snapOffset ( ) |
| Collider [] | m_grabPoints ( ) |
| bool | |
| Collider | |
| OVRGrabber | m_grabbedBy ( ) |
| bool | allowOffhandGrab ( ) [Get] If true, the object can currently be grabbed. |
| bool | isGrabbed ( ) [Get] If true, the object is currently grabbed. |
| bool | snapPosition ( ) [Get] If true, the object's position will snap to match snapOffset when grabbed. |
| bool | snapOrientation ( ) [Get] If true, the object's orientation will snap to match snapOffset when grabbed. |
| Transform | snapOffset ( ) [Get] An offset relative to the OVRGrabber where this object can snap when grabbed. |
| OVRGrabber | grabbedBy ( ) [Get] Returns the OVRGrabber currently grabbing this object. |
| Transform | grabbedTransform ( ) [Get] The transform at which this object was grabbed. |
| Rigidbody | grabbedRigidbody ( ) [Get] The Rigidbody of the collider that was used to grab this object. |
| Collider [] | grabPoints ( ) [Get] The contact point(s) where the object was grabbed. |
| void | Notifies the object that it has been grabbed. |
| void | Notifies the object that it has been released. |
| void | Start ( ) |