Table of Contents

Class SwingLimitConstraintComponent

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

Constructors

SwingLimitConstraintComponent()

public SwingLimitConstraintComponent()

Properties

AxisLocalA

public Vector3 AxisLocalA { get; set; }

Property Value

Vector3

AxisLocalB

public Vector3 AxisLocalB { get; set; }

Property Value

Vector3

MaximumSwingAngle

public float MaximumSwingAngle { get; set; }

Property Value

float

MinimumDot

public float MinimumDot { get; set; }

Property Value

float

SpringDampingRatio

public float SpringDampingRatio { get; set; }

Property Value

float

SpringFrequency

public float SpringFrequency { get; set; }

Property Value

float