mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 06:01:14 +00:00
Set clang-format RemoveSemicolon rule to true
- Set clang-format `Standard` rule to `c++20`
This commit is contained in:
parent
6732a0fd86
commit
0d350e7108
167 changed files with 466 additions and 465 deletions
|
|
@ -228,14 +228,14 @@ public:
|
|||
|
||||
void move_skeleton_bone(NodePath p_skeleton_path, int32_t p_selected_boneidx, int32_t p_target_boneidx);
|
||||
|
||||
Skeleton3D *get_skeleton() const { return skeleton; };
|
||||
Skeleton3D *get_skeleton() const { return skeleton; }
|
||||
|
||||
bool is_edit_mode() const { return edit_mode; }
|
||||
|
||||
void update_bone_original();
|
||||
Vector3 get_bone_original_position() const { return bone_original_position; };
|
||||
Quaternion get_bone_original_rotation() const { return bone_original_rotation; };
|
||||
Vector3 get_bone_original_scale() const { return bone_original_scale; };
|
||||
Vector3 get_bone_original_position() const { return bone_original_position; }
|
||||
Quaternion get_bone_original_rotation() const { return bone_original_rotation; }
|
||||
Vector3 get_bone_original_scale() const { return bone_original_scale; }
|
||||
|
||||
Skeleton3DEditor(EditorInspectorPluginSkeleton *e_plugin, Skeleton3D *skeleton);
|
||||
~Skeleton3DEditor();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue