Table of Contents

Class HingeConstraintComponent

Namespace
Stride.BepuPhysics.Constraints
Assembly
Stride.BepuPhysics.dll
[DataContract]
[DefaultEntityComponentProcessor(typeof(ConstraintProcessor), ExecutionMode = ExecutionMode.Runtime)]
[ComponentCategory("Physics - Bepu Constraint")]
public sealed class HingeConstraintComponent : TwoBodyConstraintComponent<Hinge>, IIdentifiable
Inheritance
HingeConstraintComponent
Implements
Inherited Members

Constructors

HingeConstraintComponent()

public HingeConstraintComponent()

Properties

LocalHingeAxisA

public Vector3 LocalHingeAxisA { get; set; }

Property Value

Vector3

LocalHingeAxisB

public Vector3 LocalHingeAxisB { get; set; }

Property Value

Vector3

LocalOffsetA

public Vector3 LocalOffsetA { get; set; }

Property Value

Vector3

LocalOffsetB

public Vector3 LocalOffsetB { get; set; }

Property Value

Vector3

SpringDampingRatio

public float SpringDampingRatio { get; set; }

Property Value

float

SpringFrequency

public float SpringFrequency { get; set; }

Property Value

float