Package | Description |
---|---|
com.b3dgs.lionengine.game.strategy.map |
Modifier and Type | Method and Description |
---|---|
Border20 |
Border20Map.get(Border20[][] map,
int tx,
int ty)
Get axis value of the specified location.
|
static Border20 |
Border20.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Border20[] |
Border20.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Border20Map.checkAll(Border20[][] map,
int tx,
int ty,
int tw,
int th,
int ray)
Check all tiles around the specified location using the specified ray (area).
|
void |
Border20Map.finalCheck(Border20[][] map,
int tx,
int ty)
Usually called in case of matching error.
|
Border20 |
Border20Map.get(Border20[][] map,
int tx,
int ty)
Get axis value of the specified location.
|
void |
Border20Map.set(Border20[][] map,
int tx,
int ty,
Border20 axis)
Set an axis value.
|
void |
Border20Map.set(Border20[][] map,
int tx,
int ty,
Border20 axis)
Set an axis value.
|
void |
Border20Map.updateExclude(Border20[][] map,
int tx,
int ty)
Special update routine for the outer area.
|
void |
Border20Map.updateInclude(Border20[][] map,
int tx,
int ty,
int tw,
int th,
int ray)
Special update routine for the inner area.
|
Copyright © 2014 Byron 3D Games Studio. All rights reserved.