Method | Description | |
---|---|---|
GetGrid ( ) : int[] |
Gets the grid. 0 index for X-coord. 1 index for Y-coord
|
|
GetGridX ( ) : int | ||
GetGridY ( ) : int | ||
GetRealWorldCoordinates ( ) : Vector3 |
Returns the real world coordinates
|
|
GetTileScale ( ) : float | ||
IsOccupied ( ) : bool | ||
MarkAsOccupied ( ) : void | ||
SetTileSize ( float scale ) : void |
Sets a new uniform scale for the tile
|
public SetTileSize ( float scale ) : void | ||
scale | float | Scale. |
return | void |