Function Camera2D.dragMarginLeft

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

double dragMarginLeft() nothrow @property @nogc;

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