mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
[Editor] Add option to override editor UI layout direction.
This commit is contained in:
parent
ad72de5083
commit
932174fedf
10 changed files with 98 additions and 7 deletions
|
|
@ -317,6 +317,8 @@ private:
|
|||
|
||||
// Extra properties.
|
||||
|
||||
static int root_layout_direction;
|
||||
|
||||
String get_tooltip_text() const;
|
||||
|
||||
protected:
|
||||
|
|
@ -403,6 +405,8 @@ public:
|
|||
|
||||
// Editor integration.
|
||||
|
||||
static void set_root_layout_direction(int p_root_dir);
|
||||
|
||||
virtual void get_argument_options(const StringName &p_function, int p_idx, List<String> *r_options) const override;
|
||||
PackedStringArray get_configuration_warnings() const override;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue