add info |
Added a video for this component. |
||
Line 15: | Line 15: | ||
== Examples == | == Examples == | ||
=== Videos === | |||
[[User:Frooxius|Frooxius]] goes over how the '''LocomotionAnimationConfiguration''' component can be customized (featuring [[User:Cyro|Cyro]]). | |||
<youtube>wHeBGDoK0BA</youtube> | |||
== See Also == | == See Also == |
Latest revision as of 00:14, 26 February 2025
Component image File:LocomotionAnimationConfigurationComponent.pngLocomotion 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
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).