computeDrawCommands

abstract fun <T> computeDrawCommands(environment: Environment<T, P>): Queue<DrawCommand<P>>

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