toggleSelection method
- NodeId id
Toggles selection for a single node id.
Implementation
void toggleSelection(NodeId id) {
_sceneCommands.toggleSelection(id);
}
Toggles selection for a single node id.
void toggleSelection(NodeId id) {
_sceneCommands.toggleSelection(id);
}