API reference
API reference
Select your platform
No SDKs available
No versions available

TouchHandGrabInteractable Class

TouchHandGrabInteractable provides a hand-specific grab interactable that owns a set of colliders that associated TouchHandGrabInteractors can then use for determining selection and release.

Properties

ColliderGroup : ColliderGroup
[Get]
Signature
ColliderGroup Oculus.Interaction.TouchHandGrabInteractable.ColliderGroup

Protected Methods

Start ()
Signature
override void Oculus.Interaction.TouchHandGrabInteractable.Start()
Returns
override void

Methods

InjectAllTouchHandGrabInteractable ( boundsCollider , colliders )
Signature
void Oculus.Interaction.TouchHandGrabInteractable.InjectAllTouchHandGrabInteractable(Collider boundsCollider, List< Collider > colliders)
Parameters
boundsCollider: Collider
colliders: List< Collider >
Returns
void
InjectColliders ( colliders )
Signature
void Oculus.Interaction.TouchHandGrabInteractable.InjectColliders(List< Collider > colliders)
Parameters
colliders: List< Collider >
Returns
void