Function Camera2D.offsetV
The vertical offset of the camera, relative to the drag margins.
Note: Used the same as offsetH
.
double offsetV() nothrow @property @nogc;
void offsetV
(
double v
) nothrow @property @nogc;