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