Skip to content

format

typescript
ParticleSystem.colorModuleEnable

class: ParticleSystem

description

Whether to enable the color of the particle throughout its entire lifecycle.

parameter

param_nametypedescription

reture

typedescription
booleanWhether to enable the color of the particle throughout its entire lifecycle.

code example

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