Node.postUpdate

Update sequence run after the main update sequence.

class Node
@nogc final @nogc
void
postUpdate
(
DrawList drawList
)

Parameters

drawList DrawList

The drawlist for the active scene.

Note: This is generally called by the puppet and shouldn't be called by you outside of circumstances where the puppet isn't controlling rendering.

Meta