Table of Contents

Class LunyApplicationServiceBase

Namespace
Luny.Engine.Services
/
Assembly
Luny.dll
public abstract class LunyApplicationServiceBase : LunyEngineServiceBase, ILunyApplicationService, ILunyEngineService
Expand Details ...
Inheritance
Object
LunyApplicationServiceBase
Implements
Derived
Inherited Members

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
Int32
exitCode

Exit code (default: 0)