Skip to content

Lib.particle.force.DirectionalForce

Thomas Mann edited this page Sep 5, 2025 · 1 revision

DirectionalForce

in Lib.particle.force


Generates a force acting on particles in a defined direction in space.

Useful for simulating gravity, wind or attractive forces.


Input Parameters

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

Outputs

Name Type
Particles T3.Core.DataTypes.ParticleSystem

⚠ Everything else is automatically generated and will be overwritten regularly.

Clone this wiki locally