Function Camera2D.offsetH

The horizontal offset of the camera, relative to the drag margins. Note: Offset H is used only to force offset relative to margins. It's not updated in any way if drag margins are enabled and can be used to set initial offset.

double offsetH() nothrow @property @nogc;

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