public final class Loader extends Object
Sequence
to start, by using
start(Config, Class, Object...)
.Modifier and Type | Method and Description |
---|---|
static TaskFuture |
start(Config config,
Class<? extends Sequencable> sequenceClass,
Object... arguments)
Start the loader with an initial sequence.
|
public static TaskFuture start(Config config, Class<? extends Sequencable> sequenceClass, Object... arguments)
config
- The configuration used (must not be null
).sequenceClass
- The the next sequence to start (must not be null
).arguments
- The sequence arguments list if needed by its constructor.LionEngineException
- If sequence is invalid or wrong arguments.Copyright © 2017 Byron 3D Games Studio. All rights reserved.