Skip to content

format

typescript
ParticleSystem.sizeByVelocityModuleSizeX

class: ParticleSystem

description

The curve that calculates the size based on the velocity along the x-axis.

parameter

param_nametypedescription

reture

typedescription
PSCurveThe curve that calculates the size based on the velocity along the x-axis.

code example

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