Table of Contents

Class PointOnLineServoConstraintComponent

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

Constructors

PointOnLineServoConstraintComponent()

public PointOnLineServoConstraintComponent()

Properties

LocalDirection

public Vector3 LocalDirection { get; set; }

Property Value

Vector3

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