API reference

HandConfidenceVisual Class

Extends MonoBehaviour

Protected Fields

_started : bool
Signature
bool _started

Properties

Speed : float
[Get][Set]
Signature
float Speed

Protected Methods

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

Methods

InjectAllHandConfidenceVisual ( hand , handMaterialPropertyBlockEditor )
Signature
void InjectAllHandConfidenceVisual(IHand hand, MaterialPropertyBlockEditor handMaterialPropertyBlockEditor)
Parameters
hand: IHand
handMaterialPropertyBlockEditor: MaterialPropertyBlockEditor
Returns
void
InjectHand ( hand )
Signature
void InjectHand(IHand hand)
Parameters
hand: IHand
Returns
void
InjectHandMaterialPropertyBlockEditor ( handMaterialPropertyBlockEditor )
Signature
void InjectHandMaterialPropertyBlockEditor(MaterialPropertyBlockEditor handMaterialPropertyBlockEditor)
Parameters
handMaterialPropertyBlockEditor: MaterialPropertyBlockEditor
Returns
void