Function Camera2D.current
If true
, the camera is the active camera for the current scene. Only one camera can be current, so setting a different camera current
will disable this one.
bool current() nothrow @property @nogc;
void current
(
bool v
) nothrow @property @nogc;