Advance editor runtime and scripting integration
This commit is contained in:
@@ -732,6 +732,10 @@ bool EditorSceneRuntime::RedoTransformEdit() {
|
||||
return true;
|
||||
}
|
||||
|
||||
void EditorSceneRuntime::NotifyExternalInspectorStateChanged() {
|
||||
IncrementInspectorRevision();
|
||||
}
|
||||
|
||||
EditorSelectionService& EditorSceneRuntime::SelectionService() {
|
||||
return *m_selectionService;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user