#
Picture
Represents the set of draw commands to paint into a Canvas.
#
Methods
#
void clear(Color color)
Replaces all the pixels in the backing Canvas with the provided color.
#
void drawRoundedRect(Rect rect, float radius, Paint paint)
Draws a rectangle with rounded corners.
#
void submit(MonoBehaviour behaviour)
Submit the Picture for drawing into the backing Canvas that generated it.