Package | Description |
---|---|
com.b3dgs.lionengine.game.feature.layerable |
Layer system package, describing the representation of something with layer ID to handle priority.
|
com.b3dgs.lionengine.game.handler |
Handler system that allows to control a set
Featurable by updating and
rendering them. |
Modifier and Type | Method and Description |
---|---|
void |
LayerableModel.addListener(LayerableListener listener) |
void |
Layerable.addListener(LayerableListener listener)
Add a layer listener.
|
Modifier and Type | Class and Description |
---|---|
class |
ComponentDisplayable
Renderer component implementation which render
Displayable elements with Layerable support to order
rendering. |
class |
ComponentRefreshable
Refresher component implementation which refreshes
Refreshable elements with Layerable support to
order rendering. |
Copyright © 2016 Byron 3D Games Studio. All rights reserved.