Skip to content

format

typescript
ParticleSystem.velocityModuleRadialVelocity

class: ParticleSystem

description

A curve that controls the velocity of particles based on their lifetime, away from the center position.

parameter

param_nametypedescription

reture

typedescription
PSCurve

code example

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