format
typescript
ParticleSystem.colorByVelocityModuleSpeedRangeclass: ParticleSystem
description
Applies a color gradient between the minimum and maximum speeds.
parameter
| param_name | type | description |
|---|
reture
| type | description |
|---|---|
Vector2 | Applies a color gradient between the minimum and maximum speeds. |
code example
typescript
let obj = new GameObject();
let com = obj.AddComponent<ParticleSystem>(ParticleSystem);
com.colorByVelocityModuleSpeedRange;