Table of Contents

Class SwivelHingeConstraintComponent

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

Constructors

SwivelHingeConstraintComponent()

public SwivelHingeConstraintComponent()

Properties

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

LocalSwivelAxisA

public Vector3 LocalSwivelAxisA { get; set; }

Property Value

Vector3

SpringDampingRatio

public float SpringDampingRatio { get; set; }

Property Value

float

SpringFrequency

public float SpringFrequency { get; set; }

Property Value

float