format
typescript
ParticleSystem.shapeModuleEnableclass: ParticleSystem
description
Whether to enable the emission shape module.
parameter
| param_name | type | description |
|---|
reture
| type | description |
|---|---|
boolean | Whether the emission shape module is enabled. |
code example
typescript
let obj = new GameObject();
let com = obj.AddComponent<ParticleSystem>(ParticleSystem);
com.shapeModuleEnable;