Package | Description |
---|---|
com.b3dgs.lionengine.game.object.trait.launchable |
Represents the launch system, by using a
Launchable and a
Launcher to throw it. |
Modifier and Type | Method and Description |
---|---|
static LaunchableConfig |
LaunchableConfig.imports(XmlNode node)
Import the launchable data from node.
|
Modifier and Type | Method and Description |
---|---|
Iterable<LaunchableConfig> |
LauncherConfig.getLaunchables()
Get the launchables configuration.
|
Modifier and Type | Method and Description |
---|---|
static XmlNode |
LaunchableConfig.exports(LaunchableConfig config)
Export the launchable node from data.
|
Constructor and Description |
---|
LauncherConfig(int rate,
Collection<LaunchableConfig> launchables)
Create a launcher configuration.
|
Copyright © 2016 Byron 3D Games Studio. All rights reserved.