Table of Contents

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>
BallSocketServoConstraintComponent
Implements
Inherited Members

Constructors

BallSocketServoConstraintComponent()

public BallSocketServoConstraintComponent()

Properties

LocalOffsetA

public Vector3 LocalOffsetA { get; set; }

Property Value

Vector3

LocalOffsetB

public Vector3 LocalOffsetB { get; set; }

Property Value

Vector3

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