Function Light.editorOnly
If true
, the light only appears in the editor and will not be visible at runtime.
bool editorOnly() nothrow @property @nogc;
void editorOnly
(
bool v
) nothrow @property @nogc;