bool | m_allowOffhandGrab[Get] |
bool | m_snapPosition[Get] |
bool | m_snapOrientation[Get] |
Transform | m_snapOffset[Get] |
Collider[] | m_grabPoints[Get] |
bool | m_grabbedKinematic[Get] |
Collider | m_grabbedCollider[Get] |
m_grabbedBy[Get] |
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. |
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 ( ) |
bool OVRGrabbable.m_allowOffhandGrab |
---|
No description available.
|
bool OVRGrabbable.m_snapPosition |
---|
No description available.
|
bool OVRGrabbable.m_snapOrientation |
---|
No description available.
|
Transform OVRGrabbable.m_snapOffset |
---|
No description available.
|
Collider [] OVRGrabbable.m_grabPoints |
---|
No description available.
|
bool OVRGrabbable.m_grabbedKinematic |
---|
No description available.
|
Collider OVRGrabbable.m_grabbedCollider |
---|
No description available.
|
OVRGrabber OVRGrabbable.m_grabbedBy |
---|
No description available.
|
bool OVRGrabbable.allowOffhandGrab |
---|
If true, the object can currently be grabbed. |
bool OVRGrabbable.isGrabbed |
---|
If true, the object is currently grabbed. |
bool OVRGrabbable.snapPosition |
---|
If true, the object's position will snap to match snapOffset when grabbed. |
bool OVRGrabbable.snapOrientation |
---|
If true, the object's orientation will snap to match snapOffset when grabbed. |
Transform OVRGrabbable.snapOffset |
---|
An offset relative to the OVRGrabber where this object can snap when grabbed. |
OVRGrabber OVRGrabbable.grabbedBy |
---|
Returns the OVRGrabber currently grabbing this object. |
Transform OVRGrabbable.grabbedTransform |
---|
The transform at which this object was grabbed. |
Rigidbody OVRGrabbable.grabbedRigidbody |
---|
The Rigidbody of the collider that was used to grab this object. |
Collider [] OVRGrabbable.grabPoints |
---|
The contact point(s) where the object was grabbed. |
virtual void OVRGrabbable.GrabBegin ( OVRGrabber hand, Collider grabPoint ) |
---|
Notifies the object that it has been grabbed. |
virtual void OVRGrabbable.GrabEnd ( Vector3 linearVelocity, Vector3 angularVelocity ) |
---|
Notifies the object that it has been released. |
virtual void OVRGrabbable.Start ( ) |
---|
No description available.
|