Interface Updatable

All Known Implementing Classes:
Application, Scene, SystemManager, Timer.Interval, Timer.RandomInterval, Timer.TimedAction, Timer.Timeout, 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