Skip to content

Box2DDebugDrawSystem.Camera Property

Definition

Namespace: Brine2D.Systems.Physics

When set, all debug draw coordinates are transformed through WorldToScreen(Vector2) so shapes align with the game view when the camera pans or zooms. Leave null to draw in raw world space.

public Brine2D.Rendering.ICamera? Camera { get; set; }

Property Value

ICamera