Node.onPreUpdate

Called during the early update phase of a new frame.

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

Parameters

drawList DrawList

The drawlist for the active scene.

Meta