Class LunyApplicationServiceBase
public abstract class LunyApplicationServiceBase : LunyEngineServiceBase, ILunyApplicationService, ILunyEngineService
Expand Details ...
- Inheritance
-
ObjectLunyApplicationServiceBase
- Implements
- Derived
- Inherited Members
-
- LunyEngineServiceBase.OnServiceInitialize()
- LunyEngineServiceBase.OnServiceStartup()
- LunyEngineServiceBase.OnServiceShutdown()
- LunyEngineServiceBase.OnServiceFrameBegins()
- LunyEngineServiceBase.OnServiceHeartbeat()
- LunyEngineServiceBase.OnServiceFrameUpdate()
- LunyEngineServiceBase.OnServiceFrameLateUpdate()
- LunyEngineServiceBase.OnServiceFrameEnds()
Constructors
LunyApplicationServiceBase()
protected LunyApplicationServiceBase()
Properties
IsEditor
True if running in the editor.
public abstract Boolean IsEditor { get; }
Property Value
- Boolean
IsPlaying
True if the application is playing (not paused in editor).
public abstract Boolean IsPlaying { get; }
Property Value
- Boolean
Methods
Quit(Int32)
Quits the application with optional exit code.
public abstract void Quit(Int32 exitCode = 0)
Parameters
| Type | Name | Description |
|---|---|---|
exitCode |
Exit code (default: 0) |