Function Camera2D.limitBottom

Bottom scroll limit in pixels. The camera stops moving when reaching this value.

long limitBottom() nothrow @property @nogc;

void limitBottom (
  long v
) nothrow @property @nogc;