Class LinearAxisMotorConstraintComponent
- Namespace
- Stride.BepuPhysics.Constraints
- Assembly
- Stride.BepuPhysics.dll
[DataContract]
[DefaultEntityComponentProcessor(typeof(ConstraintProcessor), ExecutionMode = ExecutionMode.Runtime)]
[ComponentCategory("Physics - Bepu Constraint")]
public sealed class LinearAxisMotorConstraintComponent : TwoBodyConstraintComponent<LinearAxisMotor>, IIdentifiable
- Inheritance
-
ConstraintComponent<LinearAxisMotor>TwoBodyConstraintComponent<LinearAxisMotor>LinearAxisMotorConstraintComponent
- Implements
- Inherited Members
Constructors
LinearAxisMotorConstraintComponent()
public LinearAxisMotorConstraintComponent()
Properties
LocalAxis
public Vector3 LocalAxis { get; set; }
Property Value
LocalOffsetA
public Vector3 LocalOffsetA { get; set; }
Property Value
LocalOffsetB
public Vector3 LocalOffsetB { get; set; }
Property Value
MotorDamping
public float MotorDamping { get; set; }
Property Value
MotorMaximumForce
public float MotorMaximumForce { get; set; }
Property Value
TargetVelocity
public float TargetVelocity { get; set; }