format
typescript
ParticleSystem.sizeModuleEnableclass: ParticleSystem
description
Whether the SizeModule is enabled.
This module controls the size of particles throughout their entire lifespan.
parameter
| param_name | type | description |
|---|
reture
| type | description |
|---|---|
boolean | Whether the SizeModule is enabled |
code example
typescript
let obj = new GameObject();
let com = obj.AddComponent<ParticleSystem>(ParticleSystem);
com.sizeModuleEnable;