InheritVelocityModule

struct in UnityEngine

切换到手册

描述

InheritVelocityModule 的脚本接口。

该模块控制发射器在发射粒子时如何将其速度传递给粒子。它根据生成粒子的 GameObject 的速度将速度应用于粒子。对于大多数粒子系统,此为 GameObject 速度,但对于子发射器,速度来自子发射器粒子所源自的父粒子。

另请参阅:ParticleSystemParticleSystem.inheritVelocity

变量

curve用于定义系统在粒子生命周期内应用的发射器速度大小的曲线。
curveMultiplier更改曲线乘数。
enabled指定启用还是禁用 InheritVelocityModule。
mode指定如何将发射器速度应用于粒子。