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

TouchHandGrabInteractorVisual Class

Extends MonoBehaviour
TouchHandGrabInteractorVisual forwards the finger state of an associated TouchHandGrabInteractor to a SyntheticDataModifier to lock and unlock finger joints in the synthetic hand's target hand data.

Protected Fields

_started : bool
Signature
bool _started

Protected Methods

OnDisable ()
Signature
virtual void OnDisable()
Returns
void
OnEnable ()
Signature
virtual void OnEnable()
Returns
void
Start ()
Signature
virtual void Start()
Returns
void
Update ()
Signature
virtual void Update()
Returns
void

Methods

InjectSyntheticHand ( syntheticHand )
Signature
void InjectSyntheticHand(SyntheticHand syntheticHand)
Parameters
syntheticHand: SyntheticHand
Returns
void