Package | Description |
---|---|
com.b3dgs.lionengine.game.feature.tile.map.collision |
Object and map collision handling.
|
Modifier and Type | Method and Description |
---|---|
Axis |
CollisionCategory.getAxis()
Get the designated axis to use.
|
Axis |
CollisionRange.getOutput()
Get the output target.
|
static Axis |
Axis.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Axis[] |
Axis.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TileCollidableListener.notifyTileCollided(Tile tile,
Axis axis)
Notify when a tile collision occurred.
|
Constructor and Description |
---|
CollisionCategory(String name,
Axis axis,
int x,
int y,
Collection<CollisionGroup> groups)
Constructor.
|
CollisionRange(Axis output,
int minX,
int maxX,
int minY,
int maxY)
Create a collision range.
|
Copyright © 2017 Byron 3D Games Studio. All rights reserved.