메소드 | 설명 | |
---|---|---|
CoordinateToIndex ( this tileset, int xCoordinate, int yCoordinate, int &xIndex, int &yIndex ) : void | ||
CoordinateToLocalId ( this tileset, int xCoordinate, int yCoordinate ) : int | ||
GetNumberOfTilesTall ( int imageHeight, int margin, int tileHeight, int spacing ) : int | ||
GetNumberOfTilesTall ( this tileset ) : int | ||
GetNumberOfTilesWide ( int imageWidth, int margin, int tileWidth, int spacing ) : int | ||
GetNumberOfTilesWide ( this tileset ) : int | ||
GetTileCount ( this tileset ) : int | ||
IndexToCoordinate ( this tileset, long xIndex, long yIndex, int &xCoordinate, int &yCoordinate ) : void | ||
IndexToLocalId ( this tileset, int xIndex, int yIndex ) : int |
public static CoordinateToIndex ( this tileset, int xCoordinate, int yCoordinate, int &xIndex, int &yIndex ) : void | ||
tileset | this | |
xCoordinate | int | |
yCoordinate | int | |
xIndex | int | |
yIndex | int | |
리턴 | void |
public static CoordinateToLocalId ( this tileset, int xCoordinate, int yCoordinate ) : int | ||
tileset | this | |
xCoordinate | int | |
yCoordinate | int | |
리턴 | int |
public static GetNumberOfTilesTall ( int imageHeight, int margin, int tileHeight, int spacing ) : int | ||
imageHeight | int | |
margin | int | |
tileHeight | int | |
spacing | int | |
리턴 | int |
public static GetNumberOfTilesTall ( this tileset ) : int | ||
tileset | this | |
리턴 | int |
public static GetNumberOfTilesWide ( int imageWidth, int margin, int tileWidth, int spacing ) : int | ||
imageWidth | int | |
margin | int | |
tileWidth | int | |
spacing | int | |
리턴 | int |
public static GetNumberOfTilesWide ( this tileset ) : int | ||
tileset | this | |
리턴 | int |
public static IndexToCoordinate ( this tileset, long xIndex, long yIndex, int &xCoordinate, int &yCoordinate ) : void | ||
tileset | this | |
xIndex | long | |
yIndex | long | |
xCoordinate | int | |
yCoordinate | int | |
리턴 | void |
public static IndexToLocalId ( this tileset, int xIndex, int yIndex ) : int | ||
tileset | this | |
xIndex | int | |
yIndex | int | |
리턴 | int |