Sets the animator controller mappings. These mappings are assigned to [[behavior_locomotion|ECBehaviorLocomotion]] if present in the class. This allows to easily apply certain actor input parameters to animators using controllers of the matching names. This is a behavior factory only parameter (see section [[#behavior_factory|Behavior Factory]]). The value is a dictionary mapping animator controller names to locomotion attributes. These are the default mappings:
Hence if you want an animator to react to the movement speed add a controller named ''move.velocity'' with the respective range. By changing the mapping you can use names appropriate for your animators. Keep in mind all animators used with this behavior have to use the same names. If you want to change the mappings mid-game you have to use script code or behavior tree actions to change the mapping whenever you change the animator.
====== Events ======
====== Events ======
dragengine/modules/dragonscript/behavior_actoranimated.txt · Last modified: by dragonlord