Lib.particle.force.DirectionalForce - tixl3d/tixl GitHub Wiki
Generates a force acting on particles in a defined direction in space.
Useful for simulating gravity, wind or attractive forces.
| Name (Relevancy & Type) | Description |
|---|---|
| Amount (Single) | Strength of the force |
| Direction (Vector3) | Defines the direction in which the force acts ProTip: The 'ShowGizmo' feature creates a set of arrows that makes adjusting the direction easier |
| RandomAmount (Single) | Adds or subtracts a random value per particle |
| ShowGizmo (GizmoVisibility) | Defines the visibility of the gizmo |
| Name | Type |
|---|---|
| Particles | T3.Core.DataTypes.ParticleSystem |
⚠ Everything else is automatically generated and will be overwritten regularly.