Class LunyEditorServiceBase
public abstract class LunyEditorServiceBase : LunyEngineServiceBase, ILunyEditorService, ILunyEngineService
- Inheritance
-
objectLunyEditorServiceBase
- 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()