Skip to content

format

typescript
ParticleSystem.velocityModuleOrbitalVelocityY

class: ParticleSystem

description

A curve that controls the velocity of particles around the y-axis based on their lifetime.

parameter

param_nametypedescription

reture

typedescription
PSCurve

code example

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