Package com.prineside.luaj.mapping.parts
Class LJ_GDX_ai.PathParam_ES.LIP
java.lang.Object
com.prineside.luaj.mapping.InterfaceProxy
com.prineside.luaj.mapping.parts.LJ_GDX_ai.PathParam_ES.LIP
- All Implemented Interfaces:
 com.badlogic.gdx.ai.steer.utils.Path.PathParam,com.esotericsoftware.kryo.KryoSerializable
- Enclosing class:
 - LJ_GDX_ai.PathParam_ES
 
public static class LJ_GDX_ai.PathParam_ES.LIP
extends InterfaceProxy
implements com.badlogic.gdx.ai.steer.utils.Path.PathParam
- 
Field Summary
Fields inherited from class com.prineside.luaj.mapping.InterfaceProxy
luaObj - 
Method Summary
Modifier and TypeMethodDescriptionfloatReturns the distance from the start of the pathvoidsetDistance(float p1) Sets the distance from the start of the pathMethods inherited from class com.prineside.luaj.mapping.InterfaceProxy
getLuaObj, read, write 
- 
Method Details
- 
getDistance
public float getDistance()Description copied from interface:com.badlogic.gdx.ai.steer.utils.Path.PathParamReturns the distance from the start of the path- Specified by:
 getDistancein interfacecom.badlogic.gdx.ai.steer.utils.Path.PathParam
 - 
setDistance
public void setDistance(float p1) Description copied from interface:com.badlogic.gdx.ai.steer.utils.Path.PathParamSets the distance from the start of the path- Specified by:
 setDistancein interfacecom.badlogic.gdx.ai.steer.utils.Path.PathParam- Parameters:
 p1- the distance to set
 
 -