Uses of Class
rekit.primitives.time.Progress
Packages that use Progress
-
Uses of Progress in rekit.logic.gameelements.particles
Methods in rekit.logic.gameelements.particles that return ProgressModifier and TypeMethodDescriptionParticleSpawnerOption.randomize()Returns a randomized ProgressDependency with start and end values randomly generated according to specified options (startMin, startMax, deltaMin, deltaMax).Methods in rekit.logic.gameelements.particles with parameters of type ProgressModifier and TypeMethodDescriptionvoidParticle.setProperties(Polygon polygon, Vec pos, long lifeTime, Progress scale, Progress speed, Progress rotation, Progress angle, Progress colorR, Progress colorG, Progress colorB, Progress colorA) Saves all ProgressDependencies required for the Particle behavior.