BoxShape.Offset Property
Definition¶
Namespace: Brine2D.Physics
Local-space offset of the box center from the body origin in pixels. Use this to position the box away from the body pivot on compound bodies. Default is System.Numerics.Vector2.Zero.
public System.Numerics.Vector2 Offset { get; init; }