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