Table of Contents

Class TwoBodyConstraintComponent<T>

Namespace
Stride.BepuPhysics.Constraints
Assembly
Stride.BepuPhysics.dll
public abstract class TwoBodyConstraintComponent<T> : ConstraintComponent<T>, IIdentifiable where T : unmanaged, IConstraintDescription<T>, ITwoBodyConstraintDescription<T>

Type Parameters

T
Inheritance
TwoBodyConstraintComponent<T>
Implements
Derived
Inherited Members

Constructors

TwoBodyConstraintComponent()

public TwoBodyConstraintComponent()

Properties

A

public BodyComponent? A { get; set; }

Property Value

BodyComponent

B

public BodyComponent? B { get; set; }

Property Value

BodyComponent