Add method to manually advance AnimationTree and manual process mode.
This commit is contained in:
parent
6c569c90b6
commit
c55e269bfa
6 changed files with 28 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue