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>TwoBodyConstraintComponent<AngularServo>AngularServoConstraintComponent
- Implements
- Inherited Members
Constructors
AngularServoConstraintComponent()
public AngularServoConstraintComponent()
Properties
ServoBaseSpeed
public float ServoBaseSpeed { get; set; }
Property Value
ServoMaximumForce
public float ServoMaximumForce { get; set; }
Property Value
ServoMaximumSpeed
public float ServoMaximumSpeed { get; set; }
Property Value
SpringDampingRatio
public float SpringDampingRatio { get; set; }
Property Value
SpringFrequency
public float SpringFrequency { get; set; }
Property Value
TargetRelativeRotationLocalA
public Quaternion TargetRelativeRotationLocalA { get; set; }