Struct EditorApi
- Namespace
- LunyScript.ScriptApi /
- Assembly
- LunyScript.dll
Provides Editor-only functionality. In builds these blocks are ignored (no-op).
public readonly struct EditorApi
Expand Details ...
Methods
PausePlayer(string)
Pauses playmode.
public ScriptActionBlock PausePlayer(string message = null)
Parameters
| Type | Name | Description |
|---|---|---|
message |