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

@@ -9,6 +9,14 @@
<demos>
</demos>
<methods>
<method name="advance">
<return type="void">
</return>
<argument index="0" name="delta" type="float">
</argument>
<description>
</description>
</method>
<method name="get_root_motion_transform" qualifiers="const">
<return type="Transform">
</return>
@@ -33,5 +41,7 @@
</constant>
<constant name="ANIMATION_PROCESS_IDLE" value="1" enum="AnimationProcessMode">
</constant>
<constant name="ANIMATION_PROCESS_MANUAL" value="2" enum="AnimationProcessMode">
</constant>
</constants>
</class>