Nodes
| Node Name | Summary |
|---|---|
| Debug Beep | Makes a beep sound when impulsed. |
| Debug Rect | Creates debug lines for a given rect size. |
| Print String | Prints debug strings or logs to any listener in a world. |
| Register Current Tick | Registers the current tick at this exact impulse. Combined with Tick Delta. |
| Tick Delta | Takes in the current tick from this impulse and check against any previous registered ticks. Combined with Register Current Tick. |