Node.drawOnCanvas

Draw Node and its children on this canvas. This call their draw() methods recursively, using each Node2D transform. Usually you would take the one returned by the Game.canvas() call.

class Node
void
drawOnCanvas
(
Canvas* canvas
)

Meta