Version: 2022.2
言語: 日本語
public uint randomSeed ;

説明

パーティクルのランダムシード

Each particle has its own seed, in order to produce deterministic results during simulation. For example, if a particle uses a random color selected from a gradient, the seed ensures that the same color is generated on each frame.

You may also use this seed when generating per-particle random numbers, by passing it to Random.InitState.