diff options
| author | Silc Lizard (Tokage) Renew <61938263+TokageItLab@users.noreply.github.com> | 2024-11-17 18:25:52 +0900 |
|---|---|---|
| committer | Silc Lizard (Tokage) Renew <61938263+TokageItLab@users.noreply.github.com> | 2024-11-20 22:51:27 +0900 |
| commit | 9ab94df7725d4a31d28056630fe6038d64c92b5a (patch) | |
| tree | 6b7050e4ca37668c374f3464dac8db2b6901ec10 /doc/classes | |
| parent | 5efd124ca10bf46df62fa2441d80589777e54a5a (diff) | |
| download | redot-engine-9ab94df7725d4a31d28056630fe6038d64c92b5a.tar.gz | |
Add explicit_elapse option to NodeSeek to handle some processes
Diffstat (limited to 'doc/classes')
| -rw-r--r-- | doc/classes/AnimationNodeTimeSeek.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/classes/AnimationNodeTimeSeek.xml b/doc/classes/AnimationNodeTimeSeek.xml index d00b3fca3a..865e94ec43 100644 --- a/doc/classes/AnimationNodeTimeSeek.xml +++ b/doc/classes/AnimationNodeTimeSeek.xml @@ -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> |
