Time node
Provides access to various time-related values.
読み終わるまでの所要時間 1 分最終更新 5ヶ月前
The Time node provides access to clocks and time steps. Expand the node to gain access to the various time options. Typical uses:
- Use the time since start to schedule or for timed sequences.
- Use the time step (delta time) to make movement smooth and frame rate independent.
- Fixed time step for physics-like updates.
- Simple timers and delays based on elapsed time.