Interface ITwoBody
- Namespace
- Stride.BepuPhysics.Constraints
- Assembly
- Stride.BepuPhysics.dll
public interface ITwoBodyProperties
A
BodyComponent? A { get; set; }Property Value
B
BodyComponent? B { get; set; }public interface ITwoBodyBodyComponent? A { get; set; }BodyComponent? B { get; set; }