VelocityOverLifetimeModule 继承自 ParticleGeneratorModule,用于控制粒子系统的生命周期内的速度变化。
| 属性 | 释义 |
|---|---|
| space | 选择速度变化的空间,可以是世界空间或本地空间 |
| velocityX | ParticleCompositeCurve 对象,表示粒子在其生命周期内的 x 轴速度 |
| velocityY | ParticleCompositeCurve 对象,表示粒子在其生命周期内的 y 轴速度 |
| velocityZ | ParticleCompositeCurve 对象,表示粒子在其生命周期内的 z 轴速度 |