Package | Description |
---|---|
com.b3dgs.lionengine.game.feature |
Feature system that allows to reduce functionality complexity by splitting a single system into multiple sub systems.
|
com.b3dgs.lionengine.game.feature.collidable |
Object and map collision handling.
|
Modifier and Type | Class and Description |
---|---|
class |
Handler
Designed to handle
Featurable , updating and rendering a set of components. |
Modifier and Type | Method and Description |
---|---|
void |
IdentifiableModel.addListener(IdentifiableListener listener) |
void |
Identifiable.addListener(IdentifiableListener listener)
Add an identifiable listener.
|
void |
IdentifiableModel.removeListener(IdentifiableListener listener) |
void |
Identifiable.removeListener(IdentifiableListener listener)
Remove an identifiable listener.
|
Modifier and Type | Class and Description |
---|---|
class |
CollidableModel
Box ray cast collidable model implementation.
|
Copyright © 2017 Byron 3D Games Studio. All rights reserved.