Component:LocomotionAnimationConfiguration

From Resonite Wiki
Component image 
File:LocomotionAnimationConfigurationComponent.png
Locomotion Animation Configuration component as seen in the Scene Inspector

The LocomotionAnimationConfiguration component is used to customize the user's locomotion animations using a list of gaits and a global settings menu as well.

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.
GlobalParameters direct LocomotionAnimationGlobalParameters The settings to use for all gaits regardless of user speed.
Gaits list of LocomotionAnimationGaitParameters The list of gaits to use at different speeds of user movement.

Usage

Can be used to customize the user's procedural animations when walking.

Examples

Videos

Frooxius goes over how the LocomotionAnimationConfiguration component can be customized (featuring Cyro).

See Also