Method: BulldogPhysics::Particles::Generators::ParticleForceGenerator#update_force
- Defined in:
- lib/Particles/particle_force_generator.rb
#update_force(particle, duration) ⇒ Object
Overload this in implementations of the interface to calculate and update the force applied to the given particle.
16 17 |
# File 'lib/Particles/particle_force_generator.rb', line 16 def update_force(particle, duration) end |