Skip to content

format

typescript
ParticleSystem.autoRandomSeed

class: ParticleSystem

description

Whether to use automatic random seed.

parameter

param_nametypedescription

reture

typedescription
booleanWhether to use automatic random seed.

code example

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