Function Camera2D.limitTop

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

long limitTop() nothrow @property @nogc;

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