format
typescript
ParticleSystem.sizeByVelocityModuleSpeedRangeclass: ParticleSystem
description
The minimum and maximum speed between size curves.
parameter
| param_name | type | description |
|---|
reture
| type | description |
|---|---|
Vector2 | The minimum and maximum speed between size curves. |
code example
typescript
let obj = new GameObject();
let com = obj.AddComponent<ParticleSystem>(ParticleSystem);
com.sizeByVelocityModuleSpeedRange;