format
typescript
ParticleSystem.renderModuleEnableclass: ParticleSystem
description
Whether the rendering module of the particle system is enabled.
Use this module to render particles on the screen.
parameter
| param_name | type | description |
|---|
reture
| type | description |
|---|---|
boolean | Whether the rendering module of the particle system is enabled. |
code example
typescript
let obj = new GameObject();
let com = obj.AddComponent<ParticleSystem>(ParticleSystem);
com.renderModuleEnable;