Table of Contents

Class OneBodyAngularServoConstraintComponent

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

Constructors

OneBodyAngularServoConstraintComponent()

public OneBodyAngularServoConstraintComponent()

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

TargetOrientation

public Quaternion TargetOrientation { get; set; }

Property Value

Quaternion