Table of Contents

Class LunyEditorServiceBase

Namespace
Luny.Engine.Services
Assembly
Luny.dll
public abstract class LunyEditorServiceBase : LunyEngineServiceBase, ILunyEditorService, ILunyEngineService
Inheritance
object
LunyEditorServiceBase
Implements
Derived
Inherited Members

Constructors

LunyEditorServiceBase()

protected LunyEditorServiceBase()

Methods

PausePlayer()

Pauses the in-editor player / play mode. Defaults to Debugger.Break() in engines that don't support player / play mode control by script.

public abstract void PausePlayer()