Process
element
element()
Processes an element's function to get its drawables and bounds. Returns a dictionary with the key-values: ctx
The modified context object, bounds
The aabb of the element's drawables, drawables
An array of the element's drawables.
many
many() -> dictionary
Runs the element
function for a list of element functions and aggregates the results.