Component:LocomotionAnimationFeetMetrics: Difference between revisions

From Resonite Wiki
Automated: create new component page
 
add info
Line 3: Line 3:
|Name=Locomotion Animation Feet Metrics
|Name=Locomotion Animation Feet Metrics
}}
}}
{{stub}}
The '''LocomotionAnimationFeetMetrics''' component is used to adjust the settings for an avatar's feet.


== Usage ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|FeetSeparation|'''[[Type:Nullable`1|Nullable`1]]<[[Type:Float|Float]]>'''|TypeAdv0=true|
|FeetSeparation|'''[[Type:Nullable`1|Nullable`1]]<[[Type:Float|Float]]>'''|TypeAdv0=true| How far apart the feet should be placed from each other.
|FeetBackwardsOffset|'''[[Type:Nullable`1|Nullable`1]]<[[Type:Float|Float]]>'''|TypeAdv1=true|
|FeetBackwardsOffset|'''[[Type:Nullable`1|Nullable`1]]<[[Type:Float|Float]]>'''|TypeAdv1=true| How much the foot should be shifted forwards or backwards.
|FootHeight|'''[[Type:Nullable`1|Nullable`1]]<[[Type:Float|Float]]>'''|TypeAdv2=true|
|FootHeight|'''[[Type:Nullable`1|Nullable`1]]<[[Type:Float|Float]]>'''|TypeAdv2=true| The distance from the floor to the foot bone for the whole foot.
|FootFrontOffset|'''[[Type:Nullable`1|Nullable`1]]<[[Type:Float|Float]]>'''|TypeAdv3=true|
|FootFrontOffset|'''[[Type:Nullable`1|Nullable`1]]<[[Type:Float|Float]]>'''|TypeAdv3=true| An optional value to influence the foot front distance from floor value.
|FootBackOffset|'''[[Type:Nullable`1|Nullable`1]]<[[Type:Float|Float]]>'''|TypeAdv4=true|
|FootBackOffset|'''[[Type:Nullable`1|Nullable`1]]<[[Type:Float|Float]]>'''|TypeAdv4=true| An optional value to influence the foot back distance from floor value.
}}
}}


== Behavior ==
== Usage ==


== Examples ==
== Examples ==
Appears on the root of avatars created by the [[Avatar Creator]].


== See Also ==
== See Also ==
* [[Component:LocomotionAnimationHandMetrics|Component:Locomotion Animation Hand Metrics]]


[[Category:Components:Users:Common Avatar System:Animation{{#translation:}}|Locomotion Animation Feet Metrics]]
[[Category:Components:Users:Common Avatar System:Animation{{#translation:}}|Locomotion Animation Feet Metrics]]
[[Category:Components{{#translation:}}|Locomotion Animation Feet Metrics]]
[[Category:Components{{#translation:}}|Locomotion Animation Feet Metrics]]
[[Category:ComponentStubs]]

Revision as of 22:54, 23 January 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.
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