Version: 2021.1
言語: 日本語

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 GameObject.
CustomWhen the Particle System calculates its velocity, it instead uses the custom value set in ParticleSystem.MainModule.emitterVelocity.