Skip to content

format

typescript
ParticleSystem.rotationByVelocityModuleSpeedRange

class: ParticleSystem

description

The minimum and maximum speed between rotation curves.

parameter

param_nametypedescription

reture

typedescription
Vector2The minimum and maximum speed between rotation curves.

code example

typescript
let obj = new GameObject();
let com = obj.AddComponent<ParticleSystem>(ParticleSystem);
com.rotationByVelocityModuleSpeedRange;