compute Draw Commands
abstract fun <T> computeDrawCommands(environment: Environment<T, P>): Queue<DrawCommand<P>>
Content copied to clipboard
Computes a queue of commands to Draw something.
Return
the queue of commands that should be run to draw the effect
Parameters
environment
the environment to gather data from