Skip to content

format

typescript
ParticleSystem.emitterVelocityCustom

class: ParticleSystem

description

Custom value for emitter velocity.

parameter

param_nametypedescription

reture

typedescription
Vector3Custom value for emitter velocity.

code example

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