format
typescript
ParticleSystem.randomSeedclass: ParticleSystem
description
The random seed of the particle system.
parameter
| param_name | type | description |
|---|
reture
| type | description |
|---|---|
number | The random seed of the particle system. |
code example
typescript
let obj = new GameObject();
let com = obj.AddComponent<ParticleSystem>(ParticleSystem);
com.randomSeed;