Package me.stringdotjar.flixelgdx.tween.builders
package me.stringdotjar.flixelgdx.tween.builders
Tween builder implementations.
This package contains builder classes used internally by the tween system to construct different tween types. Most game code does not interact with these directly.
-
ClassDescriptionBase for fluent tween builders using the recursive generic pattern (CRTP).Builder for
FlixelAngleTween.Builder forFlixelCircularMotion.Builder forFlixelColorTween.Builder forFlixelCubicMotion.Builder forFlixelFlickerTween.Builder forFlixelLinearMotion.Builder forFlixelLinearPath.Fluent builder forFlixelNumTween.Fluent builder forFlixelPropertyTween.Builder forFlixelQuadMotion.Builder forFlixelQuadPath.Fluent builder forFlixelShakeTween.FlixelTweenBuilder<T extends FlixelTween>Fluent builder for creating and starting aFlixelTweenof a specific type.Fluent builder forFlixelVarTween(reflection-based).