NodeFrame

Last modified: Nov 21, 2025

Management class for updating nodes. The module tracks metrics like the elapsed time, delta time, the render and frame ID to correctly call the node update methods {@link Node#updateBefore}, {@link Node#update} and {@link Node#updateAfter} depending on the node’s configuration.

Constructor

new NodeFrame()

Constructs a new node fame.

MethodTypeModifiers