Table of Contents

Class TwistServoConstraintComponent

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

Constructors

TwistServoConstraintComponent()

public TwistServoConstraintComponent()

Properties

LocalBasisA

public Quaternion LocalBasisA { get; set; }

Property Value

Quaternion

LocalBasisB

public Quaternion LocalBasisB { get; set; }

Property Value

Quaternion

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

TargetAngle

public float TargetAngle { get; set; }

Property Value

float