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
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
Target
public Vector3 Target { get; set; }