Skip to content

format

typescript
ParticleSystem.sizeByVelocityModuleSpeedRange

class: ParticleSystem

description

The minimum and maximum speed between size curves.

parameter

param_nametypedescription

reture

typedescription
Vector2The minimum and maximum speed between size curves.

code example

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