Skip to content

format

typescript
ParticleSystem.sizeByVelocityModuleSizeY

class: ParticleSystem

description

The curve that calculates the size of the Y-axis based on velocity.

parameter

param_nametypedescription

reture

typedescription
PSCurveThe curve that calculates the size of the Y-axis based on velocity.

code example

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