Package | Description |
---|---|
com.b3dgs.lionengine.game.object.trait.producible |
Describe the production capacity of an object by using a
Producer
to create new ObjectGame as
Producible . |
Modifier and Type | Method and Description |
---|---|
static ProducibleConfig |
ProducibleConfig.imports(Configurer configurer)
Create the producible data from configurer.
|
static ProducibleConfig |
ProducibleConfig.imports(Setup setup)
Create the producible data from setup.
|
static ProducibleConfig |
ProducibleConfig.imports(XmlNode root)
Create the producible data from node.
|
Modifier and Type | Method and Description |
---|---|
static XmlNode |
ProducibleConfig.exports(ProducibleConfig config)
Export the producible node from config.
|
Copyright © 2016 Byron 3D Games Studio. All rights reserved.