Function Light2D.editorOnly

If true, Light2D will only appear when editing the scene.

bool editorOnly() nothrow @property @nogc;

void editorOnly (
  bool v
) nothrow @property @nogc;