public final class EngineAndroid extends Engine
Constructor and Description |
---|
EngineAndroid(String name,
Version version,
android.app.Activity activity)
Create engine.
|
Modifier and Type | Method and Description |
---|---|
protected void |
close() |
protected void |
open() |
static void |
start(String name,
Version version,
android.app.Activity activity)
Create engine.
|
getName, getProgramName, getProgramVersion, getVersion, isStarted, start, terminate
public EngineAndroid(String name, Version version, android.app.Activity activity)
name
- The program name (must not be null
).version
- The program version (must not be null
).activity
- The activity reference (must not be null
).LionEngineException
- If arguments error.public static void start(String name, Version version, android.app.Activity activity)
name
- The program name (must not be null
).version
- The program version (must not be null
).activity
- The activity reference (must not be null
).LionEngineException
- If arguments error.Copyright © 2016 Byron 3D Games Studio. All rights reserved.