Skip to content

format

typescript
ParticleSystem.initialModuleMaxParticles

class: ParticleSystem

description

The maximum number of particles to emit.

parameter

param_nametypedescription

reture

typedescription
numberThe maximum number of particles to emit.

code example

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