Function Light2D.enabled
If true
, Light2D will emit light.
bool enabled() nothrow @property @nogc;
void enabled
(
bool v
) nothrow @property @nogc;
If true
, Light2D will emit light.
bool enabled() nothrow @property @nogc;
void enabled
(
bool v
) nothrow @property @nogc;