Skip to content

format

typescript
ParticleSystem.velocityModuleLinearVelocityZ

class: ParticleSystem

description

The curve that linearly controls the velocity of particles on the Z-axis.

parameter

param_nametypedescription

reture

typedescription
PSCurve

code example

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