mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Add RetargetModifier3D for realtime retarget to keep original rest
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user