The Cursed Labyrinth
|
Public Member Functions | |
GridPos (int x, int y) | |
Vector3 | ToWorld (float cellSize=1f) |
Static Public Member Functions | |
static implicit | operator Vector2Int (GridPos p) |
static implicit | operator GridPos (Vector2Int v) |
Public Attributes | |
readonly int | x |
readonly int | y |
GridPos.GridPos | ( | int | x, |
int | y ) |
|
static |
|
static |
Vector3 GridPos.ToWorld | ( | float | cellSize = 1f | ) |
readonly int GridPos.x |
readonly int GridPos.y |