ForceOverLifetimeModule
struct in UnityEngine
/
Implemented in:UnityEngine.ParticleSystemModule
Switch to Manual
Description 描述
Script interface for the Force Over Lifetime module.
See Also: ParticleSystem, ParticleSystem.forceOverLifetime.
Properties 属性
| enabled | Enable/disable the Force Over Lifetime module. | ||
| randomized | When randomly selecting values between two curves or constants, this flag will cause a new random force to be chosen on each frame. | ||
| space | Are the forces being applied in local or world space? | ||
| x | The curve defining particle forces in the X axis. | ||
| xMultiplier | Change the X axis mulutiplier. | ||
| y | The curve defining particle forces in the Y axis. | ||
| yMultiplier | Change the Y axis multiplier. | ||
| z | The curve defining particle forces in the Z axis. | ||
| zMultiplier | Change the Z axis multiplier. |