format
typescript
ParticleSystem.colorByVelocityModuleEnableclass: ParticleSystem
description
Whether the ColorByVelocityModule module is enabled.
parameter
| param_name | type | description |
|---|
reture
| type | description |
|---|---|
boolean | Whether the ColorByVelocityModule module is enabled. |
code example
typescript
let obj = new GameObject();
let com = obj.AddComponent<ParticleSystem>(ParticleSystem);
com.colorByVelocityModuleEnable;