Class TwistMotorConstraintComponent
- Namespace
- Stride.BepuPhysics.Constraints
- Assembly
- Stride.BepuPhysics.dll
[DataContract]
[DefaultEntityComponentProcessor(typeof(ConstraintProcessor), ExecutionMode = ExecutionMode.Runtime)]
[ComponentCategory("Physics - Bepu Constraint")]
public sealed class TwistMotorConstraintComponent : TwoBodyConstraintComponent<TwistMotor>, IIdentifiable
- Inheritance
-
ConstraintComponent<TwistMotor>TwoBodyConstraintComponent<TwistMotor>TwistMotorConstraintComponent
- Implements
- Inherited Members
Constructors
TwistMotorConstraintComponent()
public TwistMotorConstraintComponent()
Properties
LocalAxisA
public Vector3 LocalAxisA { get; set; }
Property Value
LocalAxisB
public Vector3 LocalAxisB { 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; }