Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


randomValue

The random value of the particle.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine
  • Assembly: UnityEngine.ParticleSystemModule
Warning
Deprecated. randomValue property is deprecated. Use randomSeed instead to control random behavior of particles.
public float randomValue { get; set; }

Remarks

This value is used to interpolate between the two curves when random between curves is used.