format
typescript
ParticleSystem.emitterVelocityCustomclass: ParticleSystem
description
Custom value for emitter velocity.
parameter
| param_name | type | description |
|---|
reture
| type | description |
|---|---|
Vector3 | Custom value for emitter velocity. |
code example
typescript
let obj = new GameObject();
let com = obj.AddComponent<ParticleSystem>(ParticleSystem);
com.emitterVelocityCustom;