We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 019889d commit cb81962Copy full SHA for cb81962
scene/3d/skeleton_3d.h
@@ -224,7 +224,6 @@ class Skeleton3D : public Node3D {
224
// Skeleton creation API
225
uint64_t get_version() const;
226
int add_bone(const String &p_name);
227
- void remove_bone(int p_bone);
228
int find_bone(const String &p_name) const;
229
String get_bone_name(int p_bone) const;
230
void set_bone_name(int p_bone, const String &p_name);
0 commit comments