Function Camera2D.dragMarginBottom

Bottom margin needed to drag the camera. A value of 1 makes the camera move only when reaching the edge of the screen.

double dragMarginBottom() nothrow @property @nogc;

void dragMarginBottom (
  double v
) nothrow @property @nogc;