Table of Contents

Class AngularServoConstraintComponent

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

Constructors

AngularServoConstraintComponent()

public AngularServoConstraintComponent()

Properties

ServoBaseSpeed

public float ServoBaseSpeed { get; set; }

Property Value

float

ServoMaximumForce

public float ServoMaximumForce { get; set; }

Property Value

float

ServoMaximumSpeed

public float ServoMaximumSpeed { get; set; }

Property Value

float

SpringDampingRatio

public float SpringDampingRatio { get; set; }

Property Value

float

SpringFrequency

public float SpringFrequency { get; set; }

Property Value

float

TargetRelativeRotationLocalA

public Quaternion TargetRelativeRotationLocalA { get; set; }

Property Value

Quaternion