Merge pull request #92925 from TokageItLab/concatenated-bone-names

Add `get_concatenated_bone_names()` to `Skeleton3D` for `SkeletonModifier3D`'s enum hints
This commit is contained in:
Rémi Verschelde 2024-06-10 16:12:08 +02:00
commit 821338c0d1
No known key found for this signature in database
GPG key ID: C3336907360768E1
6 changed files with 36 additions and 27 deletions

View file

@ -155,6 +155,13 @@
Returns the rest transform for a bone [param bone_idx].
</description>
</method>
<method name="get_concatenated_bone_names" qualifiers="const">
<return type="StringName" />
<description>
Returns all bone names concatenated with commas ([code],[/code]) as a single [StringName].
It is useful to set it as a hint for the enum property.
</description>
</method>
<method name="get_parentless_bones" qualifiers="const">
<return type="PackedInt32Array" />
<description>