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