Node.update

Updates the node

class Node
@nogc final @nogc
void
update
(
float delta
,
DrawList drawList
)

Parameters

delta float

Time since the last frame.

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