Class ThreeBodyConstraintComponent<T>
- Namespace
- Stride.BepuPhysics.Constraints
- Assembly
- Stride.BepuPhysics.dll
public abstract class ThreeBodyConstraintComponent<T> : ConstraintComponent<T>, IIdentifiable where T : unmanaged, IConstraintDescription<T>, IThreeBodyConstraintDescription<T>
Type Parameters
T
- Inheritance
-
ThreeBodyConstraintComponent<T>
- Implements
- Derived
- Inherited Members
Constructors
ThreeBodyConstraintComponent()
public ThreeBodyConstraintComponent()
Properties
A
public BodyComponent? A { get; set; }
Property Value
B
public BodyComponent? B { get; set; }
Property Value
C
public BodyComponent? C { get; set; }