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:
commit
821338c0d1
6 changed files with 36 additions and 27 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue