Advance editor runtime and scripting integration

This commit is contained in:
2026-04-29 16:55:44 +08:00
parent 631bf32db2
commit 2e50c90167
60 changed files with 4071 additions and 228 deletions

View File

@@ -732,6 +732,10 @@ bool EditorSceneRuntime::RedoTransformEdit() {
return true;
}
void EditorSceneRuntime::NotifyExternalInspectorStateChanged() {
IncrementInspectorRevision();
}
EditorSelectionService& EditorSceneRuntime::SelectionService() {
return *m_selectionService;
}