Package com.prineside.luaj.mapping.parts
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
- 
Field Summary
Fields inherited from class com.prineside.luaj.mapping.InterfaceProxy
luaObj - 
Method Summary
Methods inherited from class com.prineside.luaj.mapping.InterfaceProxy
getLuaObj, read, write 
- 
Method Details
- 
getDeltaTime
public float getDeltaTime()Description copied from interface:com.badlogic.gdx.ai.TimepieceReturns the time span between the current frame and the last frame in seconds.- Specified by:
 getDeltaTimein interfacecom.badlogic.gdx.ai.Timepiece
 - 
getTime
public float getTime()Description copied from interface:com.badlogic.gdx.ai.TimepieceReturns the time accumulated up to the current frame in seconds.- Specified by:
 getTimein interfacecom.badlogic.gdx.ai.Timepiece
 - 
update
public void update(float p1) Description copied from interface:com.badlogic.gdx.ai.TimepieceUpdates this timepiece with the given delta time.- Specified by:
 updatein interfacecom.badlogic.gdx.ai.Timepiece- Parameters:
 p1- the time in seconds since the last frame.
 
 -