Interface ILunyEditorService
Engine-agnostic editor service.
public interface ILunyEditorService : ILunyEngineService
Remarks
IMPORTANT: Implementations must inherit from both the ILunyService interface and its corresponding LunyServiceBase class!
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.
void PausePlayer()