Skip to content

format

typescript
ParticleSystem.emitterVelocityMode

class: ParticleSystem

description

The emitter velocity mode of the particle system emitter velocity module.

parameter

param_nametypedescription

reture

typedescription
PSEmitterVelocityModeThe emitter velocity mode of the particle system emitter velocity module.

code example

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