Component image File:FingerSplayModifierComponent.pngFinger Splay Modifier component as seen in the Scene Inspector
The FingerSplayModifier takes data from a Source
, adding splay data to a copy of that data. The resulting data becomes the pose source data of this component. This component in itself is a IFingerPoseSourceComponent.
For more information on finger pose sources, please see Finger Posing System.
Fields
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. Some components stop their functionality when this field is disabled, but some don't. |
Source
|
IFingerPoseSourceComponent | The source data to copy to this component's Finger pose source data. |
LeftSplayMagnitude
|
Float | How much splay data to the left hand to add to the data copied data from Source during copying.
|
RightSplayMagnitude
|
Float | How much splay data on the right hand to add to the data copied data from Source during copying.
|