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