Node.preUpdate

Runs a pre-update cycle for this node and its enabled children.

class Node
@nogc final @nogc
void
preUpdate
(
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