struct in UnityEngine
/
Implemented in:UnityEngine.ParticleSystemModule
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseScript interface for the Force Over Lifetime module.
See Also: ParticleSystem, ParticleSystem.forceOverLifetime.
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. |