Component:LocomotionAnimationFeetMetrics: Difference between revisions

From Resonite Wiki
add info
update
 
(One intermediate revision by one other user not shown)
Line 7: Line 7:
== Fields ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|FeetSeparation|'''[[Type:Nullable`1|Nullable`1]]<[[Type:Float|Float]]>'''|TypeAdv0=true| How far apart the feet should be placed from each other.
|Space|LocomotionMetricsSpace| What transform space the metric values are in for this component.
|FeetBackwardsOffset|'''[[Type:Nullable`1|Nullable`1]]<[[Type:Float|Float]]>'''|TypeAdv1=true| How much the foot should be shifted forwards or backwards.
|FeetSeparation|'''[[Type:Nullable`1|Nullable`1]]<[[Type:Float|Float]]>'''|TypeAdv1=true| How far apart the feet should be placed from each other.
|FootHeight|'''[[Type:Nullable`1|Nullable`1]]<[[Type:Float|Float]]>'''|TypeAdv2=true| The distance from the floor to the foot bone for the whole foot.
|FeetBackwardsOffset|'''[[Type:Nullable`1|Nullable`1]]<[[Type:Float|Float]]>'''|TypeAdv2=true| How much the foot should be shifted forwards or backwards.
|FootFrontOffset|'''[[Type:Nullable`1|Nullable`1]]<[[Type:Float|Float]]>'''|TypeAdv3=true| An optional value to influence the foot front distance from floor value.  
|FootHeight|'''[[Type:Nullable`1|Nullable`1]]<[[Type:Float|Float]]>'''|TypeAdv3=true| The distance from the floor to the foot bone for the whole foot.
|FootBackOffset|'''[[Type:Nullable`1|Nullable`1]]<[[Type:Float|Float]]>'''|TypeAdv4=true| An optional value to influence the foot back distance from floor value.  
|FootFrontOffset|'''[[Type:Nullable`1|Nullable`1]]<[[Type:Float|Float]]>'''|TypeAdv4=true| An optional value to influence the foot front distance from floor value.
|FootBackOffset|'''[[Type:Nullable`1|Nullable`1]]<[[Type:Float|Float]]>'''|TypeAdv5=true| An optional value to influence the foot back distance from floor value.
}}
}}



Latest revision as of 16:39, 18 June 2025

Component image 
Locomotion Animation Feet Metrics component as seen in the Scene Inspector

The LocomotionAnimationFeetMetrics component is used to adjust the settings for an avatar's feet.

Fields

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.
Space LocomotionMetricsSpace What transform space the metric values are in for this component.
FeetSeparation Nullable`1<Float> How far apart the feet should be placed from each other.
FeetBackwardsOffset Nullable`1<Float> How much the foot should be shifted forwards or backwards.
FootHeight Nullable`1<Float> The distance from the floor to the foot bone for the whole foot.
FootFrontOffset Nullable`1<Float> An optional value to influence the foot front distance from floor value.
FootBackOffset Nullable`1<Float> An optional value to influence the foot back distance from floor value.

Usage

Examples

Appears on the root of avatars created by the Avatar Creator.

See Also