Class LJ_GDX_ai.Timepiece_G.LIP

java.lang.Object
com.prineside.luaj.mapping.InterfaceProxy
com.prineside.luaj.mapping.parts.LJ_GDX_ai.Timepiece_G.LIP
All Implemented Interfaces:
com.badlogic.gdx.ai.Timepiece, com.esotericsoftware.kryo.KryoSerializable
Enclosing class:
LJ_GDX_ai.Timepiece_G

public static class LJ_GDX_ai.Timepiece_G.LIP extends InterfaceProxy implements com.badlogic.gdx.ai.Timepiece
  • Method Details

    • getDeltaTime

      public float getDeltaTime()
      Description copied from interface: com.badlogic.gdx.ai.Timepiece
      Returns the time span between the current frame and the last frame in seconds.
      Specified by:
      getDeltaTime in interface com.badlogic.gdx.ai.Timepiece
    • getTime

      public float getTime()
      Description copied from interface: com.badlogic.gdx.ai.Timepiece
      Returns the time accumulated up to the current frame in seconds.
      Specified by:
      getTime in interface com.badlogic.gdx.ai.Timepiece
    • update

      public void update(float p1)
      Description copied from interface: com.badlogic.gdx.ai.Timepiece
      Updates this timepiece with the given delta time.
      Specified by:
      update in interface com.badlogic.gdx.ai.Timepiece
      Parameters:
      p1 - the time in seconds since the last frame.