Package com.prineside.tdi2
Class PathNode
java.lang.Object
com.prineside.tdi2.PathNode
- All Implemented Interfaces:
 com.badlogic.gdx.utils.Pool.Poolable,com.esotericsoftware.kryo.KryoSerializable
public final class PathNode
extends Object
implements com.badlogic.gdx.utils.Pool.Poolable, com.esotericsoftware.kryo.KryoSerializable
- 
Field Summary
FieldsModifier and TypeFieldDescriptioncom.badlogic.gdx.utils.Array<Path.Connection>floatintint[]floatfloatintint - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
connections
 - 
index
public int index - 
x
public int x - 
y
public int y - 
cost
public float cost - 
tileType
 - 
tileCenterX
public float tileCenterX - 
tileCenterY
public float tileCenterY - 
teleportIndices
public int[] teleportIndices 
 - 
 - 
Constructor Details
- 
PathNode
public PathNode() 
 - 
 - 
Method Details
- 
write
public void write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output) - Specified by:
 writein interfacecom.esotericsoftware.kryo.KryoSerializable
 - 
read
public void read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input) - Specified by:
 readin interfacecom.esotericsoftware.kryo.KryoSerializable
 - 
setup
 - 
toString
 - 
reset
public void reset()Description copied from interface:com.badlogic.gdx.utils.Pool.PoolableResets the object for reuse. Object references should be nulled and fields may be set to default values.- Specified by:
 resetin interfacecom.badlogic.gdx.utils.Pool.Poolable
 
 -