File: EventNode.md | Updated: 11/15/2025
EventNode is a node that executes a callback during specific update phases.
Creates an EventNode.
eventType | The type of event ---|--- callback | The callback to execute on update.
src/nodes/utils/EventNode.js