Component:LocomotionAnimationFeetMetrics

From Resonite Wiki
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
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