ToolDispatcher (interface)¶
Functions¶
Ref<Tool> | getActiveToolFromRayCast ! ( io MouseEvent event ) |
Ref<SelectionTool> | getSelectionTool ? () |
updateTargetSelection ! () |
Functions in detail¶
Ref<Tool> ToolDispatcher.getActiveToolFromRayCast! ( io MouseEvent event )
Gets the current tool under the mouse. Used to select/activate/manipulate a tool.
event | The mouse’s event. |
Ref<SelectionTool> ToolDispatcher.getSelectionTool? ()
Gets the selection dispatcher.
ToolDispatcher.updateTargetSelection! ()
Updates the tools targets with the current selection set.