You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-13 13:31:48 +00:00
Show documentation for properties on hover.
This works if the property has been documented (about half are at this point)
This commit is contained in:
@@ -4835,6 +4835,7 @@ EditorNode::EditorNode() {
|
||||
property_editor->set_autoclear(true);
|
||||
property_editor->set_show_categories(true);
|
||||
property_editor->set_v_size_flags(Control::SIZE_EXPAND_FILL);
|
||||
property_editor->set_use_doc_hints(true);
|
||||
|
||||
property_editor->hide_top_label();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user