文档

支持

Unity Studio

Open Unity Studio

Unity Studio

Random node

Generate random numbers within a specified range.
阅读时间1 分钟最后更新于 5 个月前

The Random node is a random value generator. Typical uses:
  • Get a random number within a range (for example, 0 to 1, or 5 to 10).
  • Pick a random item from a list (for example, a random color).
  • Create randomness in positions, rotations, and timing for natural variation.