menu
iwb_canvas_engine package
documentation
basic.dart
SceneControllerInteractiveV2
setSelection method
setSelection method
dark_mode
light_mode
setSelection
method
void
setSelection
(
Iterable
<
NodeId
>
nodeIds
)
Implementation
void setSelection(Iterable<NodeId> nodeIds) { _core.commands.writeSelectionReplace(nodeIds); }
iwb_canvas_engine package
documentation
basic
SceneControllerInteractiveV2
setSelection method
SceneControllerInteractiveV2 class