Function EngineSingleton.editorHint
If true
, it is running inside the editor. Useful for tool scripts.
bool editorHint() nothrow @property @nogc;
void editorHint
(
bool v
) nothrow @property @nogc;
If true
, it is running inside the editor. Useful for tool scripts.
bool editorHint() nothrow @property @nogc;
void editorHint
(
bool v
) nothrow @property @nogc;