Class DragForceData

java.lang.Object
foundry.veil.api.quasar.data.module.force.DragForceData
All Implemented Interfaces:
EditorAttributeProvider, ParticleModuleData

public final class DragForceData extends Object implements ParticleModuleData, EditorAttributeProvider
A force that applies a drag force to a particle.

Drag forces are forces that are applied in the opposite direction of the particle's velocity. They are useful for simulating air resistance. The strength of the force is determined by the strength parameter.