Component:LocomotionAnimationConfiguration: Difference between revisions

From Resonite Wiki
Automated: create new component page
 
add info
Line 3: Line 3:
|Name=Locomotion Animation Configuration
|Name=Locomotion Animation Configuration
}}
}}
{{stub}}
The '''LocomotionAnimationConfiguration''' component is used to customize the user's locomotion animations using a list of gaits and a global settings menu as well.


== Usage ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|GlobalParameters|{{RootFieldType|LocomotionAnimationGlobalParameters}}|TypeAdv0=true|
|GlobalParameters|{{RootFieldType|LocomotionAnimationGlobalParameters}}|TypeAdv0=true| The settings to use for all gaits regardless of user speed.
|Gaits|{{RootFieldType|SyncList`1|[[Type:LocomotionAnimationGaitParameters|LocomotionAnimationGaitParameters]]}}|TypeAdv1=true|
|Gaits|{{RootFieldType|SyncList`1|[[Type:LocomotionAnimationGaitParameters|LocomotionAnimationGaitParameters]]}}|TypeAdv1=true| The list of gaits to use at different speeds of user movement.
}}
}}


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


== Examples ==
== Examples ==
Line 19: Line 20:
[[Category:Components:Users:Common Avatar System:Animation{{#translation:}}|Locomotion Animation Configuration]]
[[Category:Components:Users:Common Avatar System:Animation{{#translation:}}|Locomotion Animation Configuration]]
[[Category:Components{{#translation:}}|Locomotion Animation Configuration]]
[[Category:Components{{#translation:}}|Locomotion Animation Configuration]]
[[Category:ComponentStubs]]

Revision as of 22:46, 23 January 2025

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

See Also