Skip to content

format

typescript
ParticleSystem.velocityLimitationModuleVelocitySeparateZ

class: ParticleSystem

description

The maximum velocity curve along the Z-axis.

parameter

param_nametypedescription

reture

typedescription
PSCurveNone

code example

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