Package com.prineside.luaj.mapping.parts
Class LJ_GDX_ai.FlowField_DO.LIP
java.lang.Object
com.prineside.luaj.mapping.InterfaceProxy
com.prineside.luaj.mapping.parts.LJ_GDX_ai.FlowField_DO.LIP
- All Implemented Interfaces:
com.badlogic.gdx.ai.steer.behaviors.FollowFlowField.FlowField
,com.esotericsoftware.kryo.KryoSerializable
- Enclosing class:
- LJ_GDX_ai.FlowField_DO
public static class LJ_GDX_ai.FlowField_DO.LIP
extends InterfaceProxy
implements com.badlogic.gdx.ai.steer.behaviors.FollowFlowField.FlowField
-
Method Summary
Modifier and TypeMethodDescriptioncom.badlogic.gdx.math.Vector
lookup
(com.badlogic.gdx.math.Vector p1) Returns the flow vector for the specified position in space.Methods inherited from class com.prineside.luaj.mapping.InterfaceProxy
getLuaObj, read, write
-
Method Details
-
lookup
public com.badlogic.gdx.math.Vector lookup(com.badlogic.gdx.math.Vector p1) Description copied from interface:com.badlogic.gdx.ai.steer.behaviors.FollowFlowField.FlowField
Returns the flow vector for the specified position in space.- Specified by:
lookup
in interfacecom.badlogic.gdx.ai.steer.behaviors.FollowFlowField.FlowField
- Parameters:
p1
- the position to map
-