A collection of helper methods for interacting with Tilemaps
More...
|
static Vector2 | GetRandomPosition (Tilemap targetTilemap, Grid grid, int width, int height, bool shouldBeFilled=true, int maxIterations=1000) |
| Returns a random world position on the specified tilemap/grid combo, filled or not based on the shouldBeFilled flag More...
|
|
static Vector2 | GetRandomPositionOnGround (Tilemap targetTilemap, Grid grid, int width, int height, int startingHeight, int xMin, int xMax, bool shouldBeFilled=true, int maxIterations=1000) |
| Returns a random position on the ground floor of the grid More...
|
|
A collection of helper methods for interacting with Tilemaps
◆ GetRandomPosition()
static Vector2 MoreMountains.Tools.MMTilemap.GetRandomPosition |
( |
Tilemap |
targetTilemap, |
|
|
Grid |
grid, |
|
|
int |
width, |
|
|
int |
height, |
|
|
bool |
shouldBeFilled = true , |
|
|
int |
maxIterations = 1000 |
|
) |
| |
|
static |
Returns a random world position on the specified tilemap/grid combo, filled or not based on the shouldBeFilled flag
- Parameters
-
targetTilemap | |
grid | |
width | |
height | |
shouldBeFilled | |
maxIterations | |
- Returns
◆ GetRandomPositionOnGround()
static Vector2 MoreMountains.Tools.MMTilemap.GetRandomPositionOnGround |
( |
Tilemap |
targetTilemap, |
|
|
Grid |
grid, |
|
|
int |
width, |
|
|
int |
height, |
|
|
int |
startingHeight, |
|
|
int |
xMin, |
|
|
int |
xMax, |
|
|
bool |
shouldBeFilled = true , |
|
|
int |
maxIterations = 1000 |
|
) |
| |
|
static |
Returns a random position on the ground floor of the grid
- Parameters
-
targetTilemap | |
grid | |
width | |
height | |
startingHeight | |
xMin | |
xMax | |
shouldBeFilled | |
maxIterations | |
- Returns
The documentation for this class was generated from the following file:
- F:/Github/Store/TopDownEngine/Assets/TopDownEngine/ThirdParty/MoreMountains/MMTools/Accessories/MMTilemaps/MMTilemap.cs