Class Scene

Drawing scene (operations sheduled for drawing)

class Scene;

Constructors

NameDescription
this (configCallback)

Methods

NameDescription
add (item) add new scene item to scene
draw () draws all scene items and removes them from list
reset () resets scene for new drawing - deletes all items

Aliases

NameDescription
~this