Skip to content

format

typescript
ParticleSystem.velocityModuleOrbitalVelocityX

class: ParticleSystem

description

The curve that controls the particle velocity based on the lifetime around the x-axis.

parameter

param_nametypedescription

reture

typedescription
PSCurve

code example

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