Add RetargetModifier3D for realtime retarget to keep original rest

This commit is contained in:
Silc Lizard (Tokage) Renew
2024-10-05 06:00:39 +09:00
parent 80f0b33313
commit f5b49af99f
18 changed files with 877 additions and 22 deletions

View File

@@ -31,6 +31,12 @@
Returns the keys for the [Animation]s stored in the library.
</description>
</method>
<method name="get_animation_list_size" qualifiers="const">
<return type="int" />
<description>
Returns the key count for the [Animation]s stored in the library.
</description>
</method>
<method name="has_animation" qualifiers="const">
<return type="bool" />
<param index="0" name="name" type="StringName" />