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 TypeMethodDescriptionfloat
Returns the distance from the start of the pathvoid
setDistance
(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.PathParam
Returns the distance from the start of the path- Specified by:
getDistance
in 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.PathParam
Sets the distance from the start of the path- Specified by:
setDistance
in interfacecom.badlogic.gdx.ai.steer.utils.Path.PathParam
- Parameters:
p1
- the distance to set
-