feat(new_editor): add standalone add-component utility window

This commit is contained in:
2026-04-22 22:07:02 +08:00
parent 865a35e4d0
commit 3048c7cc90
37 changed files with 1237 additions and 290 deletions

View File

@@ -94,6 +94,7 @@ public:
std::string_view itemId,
std::string_view parentItemId);
bool MoveGameObjectToRoot(std::string_view itemId);
bool AddComponentToSelectedGameObject(std::string_view componentTypeName);
bool CanRemoveSelectedComponent(std::string_view componentId) const;
bool RemoveSelectedComponent(std::string_view componentId);
bool SetSelectedTransformLocalPosition(