public class

Path.Step

extends Object
java.lang.Object
   ↳ org.anddev.andengine.util.path.Path.Step

Summary

Public Constructors
Path.Step(int pTileColumn, int pTileRow)
Public Methods
boolean equals(Object pOther)
int getTileColumn()
int getTileRow()
int hashCode()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public Path.Step (int pTileColumn, int pTileRow)

Public Methods

public boolean equals (Object pOther)

public int getTileColumn ()

public int getTileRow ()

public int hashCode ()