Visual Shaders are back.
This commit is contained in:
@ -178,6 +178,7 @@ protected:
|
||||
public:
|
||||
void setup(const Vector<String> &p_options);
|
||||
virtual void update_property();
|
||||
void set_option_button_clip(bool p_enable);
|
||||
EditorPropertyEnum();
|
||||
};
|
||||
|
||||
@ -531,6 +532,8 @@ public:
|
||||
void collapse_all_folding();
|
||||
void expand_all_folding();
|
||||
|
||||
void set_use_sub_inspector(bool p_enable);
|
||||
|
||||
EditorPropertyResource();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user