Camera2D.offset

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

  1. Vector2 offset [@property getter]
    struct Camera2D
    @nogc nothrow @property
    Vector2
    offset
    ()
  2. Vector2 offset [@property setter]

Meta