Node.onPostUpdate

Called during the late update phase of a new frame.

class Node
protected @nogc @nogc
void
onPostUpdate
(
DrawList drawList
)

Parameters

drawList DrawList

The drawlist for the active scene.

Meta