struct in UnityEngine
Script interface for the Limit Velocity Over Lifetime module.
限制粒子生命周期速度模块的脚本接口。
See Also: ParticleSystem, ParticleSystem.limitVelocityOverLifetime.
dampen | Controls how much the velocity that exceeds the velocity limit should be dampened. 控制超过多少速度限制应被阻尼。 |
enabled | Enable/disable the Limit Force Over Lifetime module. 启用/禁用该限制生命周期速度模块。 |
limit | Maximum velocity curve, when not using one curve per axis. 不使用每轴一条曲线时的最大速度曲线。 |
limitX | Maximum velocity curve for the X axis. X轴的最大速度曲线。 |
limitY | Maximum velocity curve for the Y axis. Y轴的最大速度曲线。 |
limitZ | Maximum velocity curve for the Z axis. Z轴的最大速度曲线。 |
separateAxes | Set the velocity limit on each axis separately. 每轴分别设置速度限制。 |
space | Specifies if the velocity limits are in local space (rotated with the transform) or world space. 指定速度限制在局部坐标空间或世界坐标空间。 |