Package com.simsilica.lemur.anim


package com.simsilica.lemur.anim
  • Class
    Description
    An individual animation task, called each frame by the AnimationState to update the animation.
    Manages a list of Animation tasks, calling them each once per frame until done or canceled.
    Static utility methods for creating common Camera-related Tween objects.
    Static utility methods for creating common Lemur Panel-specific Tween objects.
    Static utility methods for creating common Spatial-related Tween objects.
    An Animation implementation that tracks execution time and calls a delegate Tween object once per frame.