This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| dragengine:modules:dragonscript:behavior_actoranimated [2025/05/09 14:15] – dragonlord | dragengine:modules:dragonscript:behavior_actoranimated [2025/05/11 13:10] (current) – [actorAnimated.update] dragonlord | ||
|---|---|---|---|
| Line 76: | Line 76: | ||
| |controller.value.upper|float|Set current value of controller '' | |controller.value.upper|float|Set current value of controller '' | ||
| |controller.value.reverse| |Reverse current value of controller '' | |controller.value.reverse| |Reverse current value of controller '' | ||
| - | |notifyControllersChanged| |Notify all listeners controllers changed.| | ||
| - | |apply| |Apply animator. This starts the asynchronous process of applying the animator without waiting until it is finished. Waiting is done automatically whenever actions require the result.| | ||
| This is an example of using this action: | This is an example of using this action: | ||
| Line 83: | Line 81: | ||
| <action name=' | <action name=' | ||
| < | < | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | ===== actorAnimated.update ===== | ||
| + | |||
| + | Update actor animated. | ||
| + | |||
| + | ^Parameter^Value^Description^ | ||
| + | |notifyControllersChanged| |Notify all listeners controllers changed.| | ||
| + | |apply| |Apply animator. This starts the asynchronous process of applying the animator without waiting until it is finished. Waiting is done automatically whenever actions require the result.| | ||
| + | |||
| + | This is an example of using this action: | ||
| + | <code xml> | ||
| + | <action name=' | ||
| + | < | ||
| </ | </ | ||
| </ | </ | ||