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