Class VectorFieldForceModule
java.lang.Object
foundry.veil.api.quasar.emitters.module.force.VectorFieldForceModule
- All Implemented Interfaces:
ForceParticleModule,ParticleModule
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyForce(QuasarParticle particle) voidsetStrength(float strength) voidsetVectorField(VectorField vectorField) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface foundry.veil.api.quasar.emitters.module.ParticleModule
onRemove
-
Constructor Details
-
VectorFieldForceModule
-
VectorFieldForceModule
-
-
Method Details
-
applyForce
- Specified by:
applyForcein interfaceForceParticleModule
-
setVectorField
-
setStrength
public void setStrength(float strength) - Specified by:
setStrengthin interfaceForceParticleModule
-