Function Camera2D.offset

The camera's offset, useful for looking around or camera shake animations.

Vector2 offset() nothrow @property @nogc;

void offset (
  Vector2 v
) nothrow @property @nogc;