Package | Description |
---|---|
com.b3dgs.lionengine.game.feature.collidable |
Object and map collision handling.
|
com.b3dgs.lionengine.game.feature.collidable.selector |
Selector system which allows to select and area and notify it.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Collidable
Represents something which can enter in collision with another.
|
Modifier and Type | Class and Description |
---|---|
class |
CollidableModel
Box ray cast collidable model implementation.
|
Modifier and Type | Method and Description |
---|---|
void |
CollidableModel.addListener(CollidableListener listener) |
void |
Collidable.addListener(CollidableListener listener)
Add a collision listener.
|
Modifier and Type | Class and Description |
---|---|
class |
Selector
This class allows to perform a selection inside a dedicated area, and retrieve the
Rectangle representing the
selection. |
Copyright © 2017 Byron 3D Games Studio. All rights reserved.