You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
remove trailing whitespace
This commit is contained in:
@@ -278,7 +278,7 @@ public:
|
||||
};
|
||||
|
||||
class SpatialEditor : public VBoxContainer {
|
||||
|
||||
|
||||
OBJ_TYPE(SpatialEditor, VBoxContainer );
|
||||
public:
|
||||
|
||||
@@ -338,7 +338,7 @@ private:
|
||||
|
||||
Ref<Mesh> selection_box;
|
||||
RID indicators;
|
||||
RID indicators_instance;
|
||||
RID indicators_instance;
|
||||
RID cursor_mesh;
|
||||
RID cursor_instance;
|
||||
RID indicator_mat;
|
||||
@@ -352,7 +352,7 @@ private:
|
||||
Spatial *sp;
|
||||
RID poly_instance;
|
||||
};
|
||||
|
||||
|
||||
Map<uint32_t,Selected> selected;
|
||||
*/
|
||||
struct Gizmo {
|
||||
@@ -361,8 +361,8 @@ private:
|
||||
float scale;
|
||||
Transform transform;
|
||||
} gizmo;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
enum MenuOption {
|
||||
@@ -471,7 +471,7 @@ private:
|
||||
void _update_default_light_angle();
|
||||
void _default_light_angle_input(const InputEvent& p_event);
|
||||
|
||||
protected:
|
||||
protected:
|
||||
|
||||
|
||||
|
||||
@@ -481,7 +481,7 @@ protected:
|
||||
void _unhandled_key_input(InputEvent p_event);
|
||||
|
||||
static void _bind_methods();
|
||||
public:
|
||||
public:
|
||||
|
||||
|
||||
static SpatialEditor *get_singleton() { return singleton; }
|
||||
@@ -541,9 +541,9 @@ public:
|
||||
};
|
||||
|
||||
class SpatialEditorPlugin : public EditorPlugin {
|
||||
|
||||
|
||||
OBJ_TYPE( SpatialEditorPlugin, EditorPlugin );
|
||||
|
||||
|
||||
SpatialEditor *spatial_editor;
|
||||
EditorNode *editor;
|
||||
protected:
|
||||
@@ -555,7 +555,7 @@ public:
|
||||
SpatialEditor *get_spatial_editor() { return spatial_editor; }
|
||||
virtual String get_name() const { return "3D"; }
|
||||
bool has_main_screen() const { return true; }
|
||||
virtual void make_visible(bool p_visible);
|
||||
virtual void make_visible(bool p_visible);
|
||||
virtual void edit(Object *p_object);
|
||||
virtual bool handles(Object *p_object) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user