Skip to content

format

typescript
ParticleSystem.velocityLimitationModuleVelocitySeparateX

class: ParticleSystem

description

The maximum velocity curve along the X-axis.

parameter

param_nametypedescription

reture

typedescription
PSCurveNone

code example

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