Remove most EditorNode constructor parameters and fields
This commit is contained in:
parent
f5a27ee4fe
commit
05b56f316d
144 changed files with 568 additions and 714 deletions
|
|
@ -68,7 +68,6 @@ class CPUParticles3DEditorPlugin : public EditorPlugin {
|
|||
GDCLASS(CPUParticles3DEditorPlugin, EditorPlugin);
|
||||
|
||||
CPUParticles3DEditor *particles_editor;
|
||||
EditorNode *editor;
|
||||
|
||||
public:
|
||||
virtual String get_name() const override { return "CPUParticles3D"; }
|
||||
|
|
@ -77,7 +76,7 @@ public:
|
|||
virtual bool handles(Object *p_object) const override;
|
||||
virtual void make_visible(bool p_visible) override;
|
||||
|
||||
CPUParticles3DEditorPlugin(EditorNode *p_node);
|
||||
CPUParticles3DEditorPlugin();
|
||||
~CPUParticles3DEditorPlugin();
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue