Table of Contents

Class WeldConstraintComponent

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

Constructors

WeldConstraintComponent()

public WeldConstraintComponent()

Properties

LocalOffset

public Vector3 LocalOffset { get; set; }

Property Value

Vector3

LocalOrientation

public Quaternion LocalOrientation { get; set; }

Property Value

Quaternion

SpringDampingRatio

public float SpringDampingRatio { get; set; }

Property Value

float

SpringFrequency

public float SpringFrequency { get; set; }

Property Value

float