Function Camera.clearCurrent
If this is the current camera, remove it from being current. If enable_next
is true
, request to make the next camera current, if any.
void clearCurrent
(
const(bool) enable_next = true
) nothrow @nogc;