1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-07 19:53:17 +00:00

Specify how to use the global animation library in gdscript

This commit is contained in:
rainlizard
2023-03-14 14:25:21 +11:00
committed by GitHub
parent 79454bfd3b
commit bf7adc8670

View File

@@ -94,6 +94,7 @@
<param index="0" name="name" type="StringName" />
<description>
Returns the first [AnimationLibrary] with key [param name] or [code]null[/code] if not found.
To get the [AnimationPlayer]'s global animation library, use [code]get_animation_library("")[/code].
</description>
</method>
<method name="get_animation_library_list" qualifiers="const">