ParticleSystemEmitterVelocityMode

enumeration

Switch to Manual

Description

Control how a Particle System calcualtes its velocity.

Variables

Transform使用变换组件计算粒子系统速度。
Rigidbody使用 Rigidbody 或 Rigidbody2D 组件(如果游戏对象中存在其中一个组件)计算粒子系统速度。