Add explicit_elapse option to NodeSeek to handle some processes

This commit is contained in:
Silc Lizard (Tokage) Renew
2024-11-17 18:25:52 +09:00
parent 5efd124ca1
commit 9ab94df772
3 changed files with 27 additions and 1 deletions
+5
View File
@@ -30,4 +30,9 @@
<tutorials>
<link title="Using AnimationTree">$DOCS_URL/tutorials/animation/animation_tree.html</link>
</tutorials>
<members>
<member name="explicit_elapse" type="bool" setter="set_explicit_elapse" getter="is_explicit_elapse" default="true">
If [code]true[/code], some processes are executed to handle keys between seeks, such as calculating root motion and finding the nearest discrete key.
</member>
</members>
</class>