Space.drawChildren

Iterate over every child and perform the painting function. Will automatically remove nodes queued for removal.

class Space
protected deprecated
void
drawChildren
(
void delegate @safe painter
)

Return Value

Type: void

An iterator that goes over all nodes.

Meta