Class BallSocketServoConstraintComponent
- Namespace
- Stride.BepuPhysics.Constraints
- Assembly
- Stride.BepuPhysics.dll
[DataContract]
[DefaultEntityComponentProcessor(typeof(ConstraintProcessor), ExecutionMode = ExecutionMode.Runtime)]
[ComponentCategory("Physics - Bepu Constraint")]
public sealed class BallSocketServoConstraintComponent : TwoBodyConstraintComponent<BallSocketServo>, IIdentifiable
- Inheritance
-
ConstraintComponent<BallSocketServo>TwoBodyConstraintComponent<BallSocketServo>BallSocketServoConstraintComponent
- Implements
- Inherited Members
Constructors
BallSocketServoConstraintComponent()
public BallSocketServoConstraintComponent()
Properties
LocalOffsetA
public Vector3 LocalOffsetA { get; set; }
Property Value
LocalOffsetB
public Vector3 LocalOffsetB { get; set; }
Property Value
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; }