MouseJointComponent.Target Property
Definition¶
Namespace: Brine2D.ECS.Components.Joints
World-space target point in pixel coordinates. Update this every fixed-update frame to drag the connected body.
public System.Numerics.Vector2 Target { get; set; }