Add method to manually advance AnimationTree and manual process mode.

This commit is contained in:
Saracen 2018-08-02 08:22:24 +01:00
parent 6c569c90b6
commit c55e269bfa
6 changed files with 28 additions and 2 deletions

View file

@ -283,5 +283,8 @@
<constant name="ANIMATION_PROCESS_IDLE" value="1" enum="AnimationProcessMode">
Process animation during the idle process.
</constant>
<constant name="ANIMATION_PROCESS_MANUAL" value="2" enum="AnimationProcessMode">
Do not process animation. Use the 'advance' method to process the animation manually.
</constant>
</constants>
</class>