ParticleSystemEmitterVelocityMode
Control how a Particle System calculates its velocity.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Enum
- Namespace: UnityEngine
- Assembly: UnityEngine.ParticleSystemModule
public enum ParticleSystemEmitterVelocityMode
Fields
Value | Description |
|---|---|
| Custom | When the Particle System calculates its velocity, it instead uses the custom value set in _emitterVelocity. |
| Rigidbody | Calculate the Particle System velocity by using a Rigidbody or Rigidbody2D component, if one exists on the GameObject. |
| Transform | Calculate the Particle System velocity by using the Transform component. |