Skip to content

format

typescript
ParticleSystem.velocityLimitationModuleVelocitySeparateY

class: ParticleSystem

description

The maximum velocity curve along the Y-axis.

parameter

param_nametypedescription

reture

typedescription
PSCurveNone

code example

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