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.