Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

CustomWhen the Particle System calculates its velocity, it instead uses the custom value set in _emitterVelocity.
RigidbodyCalculate the Particle System velocity by using a Rigidbody or Rigidbody2D component, if one exists on the GameObject.
TransformCalculate the Particle System velocity by using the Transform component.