Node2D.draw

Override this to draw something. The canvas should be transformed by this node's position, scale, and rotation.

class Node2D
void
draw
(
Canvas* canvas
)

Meta