ForceOverLifetime inherits from ParticleGeneratorModule and is used to apply acceleration effects to particles, typically for simulating 3D force fields such as wind.

| Property | Description | 
|---|---|
| space | Select the space for force changes, which can be world space or local space | 
| forceX | ParticleCompositeCurve object representing the x-axis force of particles over their lifetime | 
| forceY | ParticleCompositeCurve object representing the y-axis force of particles over their lifetime | 
| forceZ | ParticleCompositeCurve object representing the z-axis force of particles over their lifetime |