notifySceneChanged method
Restores minimal invariants after external mutations to scene.
For example, it drops selection for nodes that were removed directly.
Implementation
void notifySceneChanged() {
_sceneCommands.notifySceneChanged();
}
Restores minimal invariants after external mutations to scene.
For example, it drops selection for nodes that were removed directly.
void notifySceneChanged() {
_sceneCommands.notifySceneChanged();
}