Table of Contents

Class OneBodyLinearServoConstraintComponent

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

Constructors

OneBodyLinearServoConstraintComponent()

public OneBodyLinearServoConstraintComponent()

Properties

LocalOffset

public Vector3 LocalOffset { 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

Target

public Vector3 Target { get; set; }

Property Value

Vector3