Table of Contents

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

BodyComponent

B

public BodyComponent? B { get; set; }

Property Value

BodyComponent

C

public BodyComponent? C { get; set; }

Property Value

BodyComponent