Function Camera2D.limitLeft
Left scroll limit in pixels. The camera stops moving when reaching this value.
long limitLeft() nothrow @property @nogc;
void limitLeft
(
long v
) nothrow @property @nogc;
Left scroll limit in pixels. The camera stops moving when reaching this value.
long limitLeft() nothrow @property @nogc;
void limitLeft
(
long v
) nothrow @property @nogc;