Skip to content

format

typescript
ParticleSystem.sizeModuleEnable

class: ParticleSystem

description

Whether the SizeModule is enabled.

This module controls the size of particles throughout their entire lifespan.

parameter

param_nametypedescription

reture

typedescription
booleanWhether the SizeModule is enabled

code example

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