Skip to content

JointComponent.ConnectedBody Property

The other collider this joint is connected to (body B). The entity this component is attached to supplies body A via its own PhysicsBodyComponent.

public Brine2D.ECS.Components.PhysicsBodyComponent? ConnectedBody { get; set; }

Property Value

PhysicsBodyComponent