PhysicsWorld.GetAllJoints(List) Method
Definition
Namespace: Brine2D.Physics
Fills results with every JointComponent currently registered in the world, deduplicated \(joints connecting two bodies appear only once\). Clears results before writing.
C#
public void GetAllJoints(System.Collections.Generic.List<Brine2D.ECS.Components.Joints.JointComponent> results);