Automated: create new component page |
m capital |
||
(One intermediate revision by the same user not shown) | |||
Line 3: | Line 3: | ||
|Name=Finger Pose Lerp | |Name=Finger Pose Lerp | ||
}} | }} | ||
The '''FingerPoseLerp''' component allows for a linear change from one finger pose to another finger pose specified. | |||
== Usage == | == Usage == | ||
{{Table ComponentFields | {{Table ComponentFields | ||
|A|IFingerPoseSourceComponent| | |A|IFingerPoseSourceComponent| The pose to start at when interpolating. | ||
|B|IFingerPoseSourceComponent| | |B|IFingerPoseSourceComponent| The pose to end at when interpolating. | ||
|Lerp|Float| | |Lerp|Float| The value to use 0<->1 when interpolating from <code>A</code><-><code>B</code> | ||
}} | }} | ||
== | == Usage == | ||
{{stub}} | |||
Where is this referenced by the game? How could it be used (if at all) to change the user's finger pose? | |||
== Examples == | == Examples == | ||
{{stub}} | |||
== See Also == | == See Also == | ||
Line 20: | Line 23: | ||
[[Category:Components:Users:Common Avatar System:Fingers{{#translation:}}|Finger Pose Lerp]] | [[Category:Components:Users:Common Avatar System:Fingers{{#translation:}}|Finger Pose Lerp]] | ||
[[Category:Components{{#translation:}}|Finger Pose Lerp]] | [[Category:Components{{#translation:}}|Finger Pose Lerp]] | ||
Latest revision as of 17:18, 22 December 2024
Component image
The FingerPoseLerp component allows for a linear change from one finger pose to another finger pose specified.
Usage
Name | Type | Description |
---|---|---|
persistent
|
Bool | Determines whether or not this item will be saved to the server. |
UpdateOrder
|
Int | Controls the order in which this component is updated. |
Enabled
|
Bool | Controls whether or not this component is enabled. |
A
|
IFingerPoseSourceComponent | The pose to start at when interpolating. |
B
|
IFingerPoseSourceComponent | The pose to end at when interpolating. |
Lerp
|
Float | The value to use 0<->1 when interpolating from A <->B
|
Usage
This article or section is a Stub. You can help the Resonite Wiki by expanding it.
Where is this referenced by the game? How could it be used (if at all) to change the user's finger pose?
Examples
This article or section is a Stub. You can help the Resonite Wiki by expanding it.