You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-06 17:25:19 +00:00
Implement closed path for Curve3d
This commit is contained in:
committed by
GreenCrowDev
parent
ef8d981267
commit
790efbb783
@@ -120,7 +120,7 @@ class Path3DEditorPlugin : public EditorPlugin {
|
||||
Button *curve_edit_curve = nullptr;
|
||||
Button *curve_edit_tilt = nullptr;
|
||||
Button *curve_del = nullptr;
|
||||
Button *curve_close = nullptr;
|
||||
Button *curve_closed = nullptr;
|
||||
Button *curve_clear_points = nullptr;
|
||||
MenuButton *handle_menu = nullptr;
|
||||
|
||||
@@ -144,7 +144,7 @@ class Path3DEditorPlugin : public EditorPlugin {
|
||||
void _update_toolbar();
|
||||
|
||||
void _mode_changed(int p_mode);
|
||||
void _close_curve();
|
||||
void _toggle_closed_curve();
|
||||
void _handle_option_pressed(int p_option);
|
||||
bool handle_clicked = false;
|
||||
bool mirror_handle_angle = true;
|
||||
|
||||
Reference in New Issue
Block a user