Function ReferenceRect.editorOnly
If set to true
, the ReferenceRect
will only be visible while in editor. Otherwise, ReferenceRect
will be visible in game.
bool editorOnly() nothrow @property @nogc;
void editorOnly
(
bool v
) nothrow @property @nogc;