ParticleSystemEmitterVelocityMode
enumeration
Description 描述
Control how a Particle System calculates its velocity.
Properties 属性
Transform
Calculate the Particle System velocity by using the Transform component.
Rigidbody
Calculate the Particle System velocity by using a Rigidbody or Rigidbody2D component, if one exists on the GameObject.