Package | Description |
---|---|
com.b3dgs.lionengine.game.platform.entity |
Modifier and Type | Method and Description |
---|---|
protected <C extends Enum<C> & CollisionTile> |
EntityPlatform.addCollisionTile(CollisionTileCategory<C> type,
int offsetX,
int offsetY)
Define a tile collision at a specific offset from the entity referential.
|
<C extends Enum<C> & CollisionTile,T extends TilePlatform<C>,M extends MapTilePlatform<C,T>> |
EntityPlatform.getCollisionTile(M map,
CollisionTileCategory<C> category)
Get the first tile hit for the specified collision tile category matching the collision list.
|
protected <C extends Enum<C> & CollisionTile> |
EntityPlatform.getCollisionTileOffset(CollisionTileCategory<C> type)
Get the collision offset.
|
Copyright © 2014 Byron 3D Games Studio. All rights reserved.