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

JointRotationHistoryHand Class

Extends Hand
Tracks the history of finger rotations and can be set to use the joint rotations from some number of frames ago.

Protected Methods

Apply ( data )
Signature
override void Apply(HandDataAsset data)
Parameters
Returns
override void
Start ()
Signature
override void Start()
Returns
override void

Methods

InjectAllJointHistoryHand ( updateMode , updateAfter , modifyDataFromSource , applyModifier , historyLength , historyOffset )
Signature
void InjectAllJointHistoryHand(UpdateModeFlags updateMode, IDataSource updateAfter, DataModifier< HandDataAsset > modifyDataFromSource, bool applyModifier, int historyLength, int historyOffset)
Parameters
updateMode: UpdateModeFlags
updateAfter: IDataSource
modifyDataFromSource: DataModifier< HandDataAsset >
applyModifier: bool
historyLength: int
historyOffset: int
Returns
void
InjectHistoryLength ( historyLength )
Signature
void InjectHistoryLength(int historyLength)
Parameters
historyLength: int
Returns
void
SetHistoryOffset ( offset )
Signature
void SetHistoryOffset(int offset)
Parameters
offset: int
Returns
void