You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-31 18:41:20 +00:00
Hide property groups from the "Members" section in the remote inspector
This commit is contained in:
@@ -833,6 +833,9 @@ void SceneDebuggerObject::_parse_script_properties(Script *p_script, ScriptInsta
|
||||
if (exported_members.has(E)) {
|
||||
continue; // Exported variables already show up in the inspector.
|
||||
}
|
||||
if (String(E).begins_with("@")) {
|
||||
continue; // Skip groups.
|
||||
}
|
||||
|
||||
Variant m;
|
||||
if (p_instance->get(E, m)) {
|
||||
|
||||
Reference in New Issue
Block a user