Function Camera2D.dragMarginVEnabled
If true
, the camera only moves when reaching the vertical drag margins. If false
, the camera moves vertically regardless of margins.
bool dragMarginVEnabled() nothrow @property @nogc;
void dragMarginVEnabled
(
bool v
) nothrow @property @nogc;