Package | Description |
---|---|
com.b3dgs.lionengine.game.layer |
Trait system that allow to represent a layer, mainly used to order rendering for
Renderable objects. |
com.b3dgs.lionengine.game.object |
Object representation and manipulation by handler, providing quick object access from their types, and object
creation by using a resources sharing system that allows to reduce significantly memory usage.
|
Modifier and Type | Class and Description |
---|---|
class |
ComponentRendererLayer
Renderer component implementation which render
Renderable objects with Layerable support to order
rendering. |
Modifier and Type | Method and Description |
---|---|
void |
Handler.addListener(HandlerListener listener)
Add a handler listener.
|
void |
Handler.removeListener(HandlerListener listener)
Remove a handler listener.
|
Copyright © 2016 Byron 3D Games Studio. All rights reserved.