Свойство | Тип | Описание | |
---|---|---|---|
m_handScaleFactor | float | ||
m_stale | bool |
Метод | Описание | |
---|---|---|
Draw ( bool shouldDraw ) : void | ||
InitializeHand ( bool isRightHand ) : void | ||
IsRight ( ) : bool | ||
OnDestroy ( ) : void | ||
Update ( ) : void | ||
UpdateHandRig ( Transform bones, string hand, Quaternion offsetArm, Quaternion offsetHand, Hand h, Vector3 handStart ) : void | ||
UpdateRig ( Hand leapHand ) : void |
Метод | Описание | |
---|---|---|
FindBone ( Transform array, string boneName ) : Transform | ||
WristToMiddleKnuckle ( Hand h ) : float |
public InitializeHand ( bool isRightHand ) : void | ||
isRightHand | bool | |
Результат | void |
public UpdateHandRig ( Transform bones, string hand, Quaternion offsetArm, Quaternion offsetHand, Hand h, Vector3 handStart ) : void | ||
bones | Transform | |
hand | string | |
offsetArm | Quaternion | |
offsetHand | Quaternion | |
h | Hand | |
handStart | Vector3 | |
Результат | void |