ParticleSystemEmitterVelocityMode

enumeration

매뉴얼로 전환

설명

Control how a Particle System calculates its velocity.

변수

TransformCalculate the Particle System velocity by using the Transform component.
RigidbodyCalculate the Particle System velocity by using a Rigidbody or Rigidbody2D component, if one exists on the Game Object.