Interface Updatable

All Known Subinterfaces:
AnimatedPropertyBase<T>, TransitionedProperty<T>
All Known Implementing Classes:
AnimatedColorProperty, AnimatedColorProperty.AnimatedAlpha, AnimatedDimensionProperty, AnimatedDualDimensionProperty, AnimatedFloatProperty, AnimatedIntProperty, AnimatedObjectProperty, AnimatedProperty, Application, Scene, SystemManager, Timer.Interval, Timer.RandomInterval, Timer.TimedAction, Timer.Timeout, TransitionedColorProperty, TransitionedDimensionProperty, TransitionedDualDimensionProperty, TransitionedFloatProperty, TransitionedIntProperty, TransitionedObjectProperty, World

public interface Updatable
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    update(float deltaTime)
    Updates this object every frame.
  • Method Details

    • update

      void update(float deltaTime)
      Updates this object every frame.
      Parameters:
      deltaTime - Delta time in seconds