Skip to content

format

typescript
ParticleSystem.randomSeed

class: ParticleSystem

description

The random seed of the particle system.

parameter

param_nametypedescription

reture

typedescription
numberThe random seed of the particle system.

code example

typescript
let obj = new GameObject();
let com = obj.AddComponent<ParticleSystem>(ParticleSystem);
com.randomSeed;