Add new property hint to determine if a scene graph node should focusable (#3508)

This commit is contained in:
Alexander Bock
2025-02-10 17:57:31 +01:00
committed by GitHub
parent b93c284551
commit bc4a137040
2 changed files with 16 additions and 0 deletions

View File

@@ -181,6 +181,7 @@ private:
properties::StringProperty _guiDisplayName;
properties::StringProperty _guiDescription;
properties::BoolProperty _useGuiOrdering;
properties::BoolProperty _guiFocusable;
properties::FloatProperty _guiOrderingNumber;
// Transformation defined by translation, rotation and scale