Camera2D.Move(Vector2) Method
Definition¶
Namespace: Brine2D.Rendering
Moves the camera by the specified offset. Bypasses the Brine2D.Rendering.Camera2D.Position setter for performance; dirty flags are set manually.
public void Move(System.Numerics.Vector2 offset);
Parameters¶
offset System.Numerics.Vector2