Draw Dot
Simple effect that draws a black dot for each it.unibo.alchemist.model.interfaces.Node.
It's possible to set the size of the dots.
Parameters
<P>
the position type
Constructors
Functions
Link copied to clipboard
open fun <T> computeDrawCommands(environment: Environment<T, P>): Queue<DrawCommand<P>>
Content copied to clipboard
abstract fun <T> computeDrawCommands(environment: Environment<T, P>): Queue<DrawCommand<P>>
Content copied to clipboard
Computes a queue of commands to Draw something.
Link copied to clipboard
Sets the visibility of the effect.
Link copied to clipboard
The size of the dots representing each it.unibo.alchemist.model.interfaces.Node in the Environment specified when drawing.