Skip to content

format

typescript
ParticleSystem.emissionModuleEnable

class: ParticleSystem

description

Whether the emitter module is enabled.

parameter

param_nametypedescription

reture

typedescription
booleanWhether the emitter module is enabled.

code example

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