(2 intermediate revisions by one other user not shown)
Line 3:
Line 3:
|Name=Finger Pose Preset
|Name=Finger Pose Preset
}}
}}
{{stub}}
The '''FingerPosePreset''' component is itself a [[Type:IFingerPoseSourceComponent|IFingerPoseSourceComponent]] type component that it's finger pose data is determined by the preset selected in <code>PresetPose</code>.
== Usage ==
For more information on finger pose sources, please see [[Finger Posing System]].
|PresetPose|'''[[#Preset|FingerPosePreset.Preset]]'''|TypeAdv0=true| The Finger pose data this component's finger pose data should be.
}}
}}
== Behavior ==
== Preset ==
{{Table EnumValues
|Idle|0| Hand in idle position, open relaxed.
|Fist|1| hand balled into a fist.
|Point|2| hand making a pointing gesture.
}}
== Examples ==
== Usage ==
Select a [[#Preset|Preset]] for <code>PresetPose</code>. This component can now be used as a [[Type:IFingerPoseSourceComponent|IFingerPoseSourceComponent]] in other components that mix or use such data.
The FingerPosePreset component is itself a IFingerPoseSourceComponent type component that it's finger pose data is determined by the preset selected in PresetPose.