blockly > zelos > Renderer > makeMarkerDrawer
zelos.Renderer.makeMarkerDrawer() method
Create a new instance of the renderer's cursor drawer.
Signature:
makeMarkerDrawer(workspace: WorkspaceSvg, marker: Marker): MarkerSvg;
Parameters
Parameter | Type | Description |
---|---|---|
workspace | WorkspaceSvg | The workspace the cursor belongs to. |
marker | Marker | The marker. |
Returns:
The object in charge of drawing the marker.