Table of Contents

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>
BallSocketMotorConstraintComponent
Implements
Inherited Members

Constructors

BallSocketMotorConstraintComponent()

public BallSocketMotorConstraintComponent()

Properties

LocalOffsetB

public Vector3 LocalOffsetB { get; set; }

Property Value

Vector3

MotorDamping

public float MotorDamping { get; set; }

Property Value

float

MotorMaximumForce

public float MotorMaximumForce { get; set; }

Property Value

float

TargetVelocityLocalA

public Vector3 TargetVelocityLocalA { get; set; }

Property Value

Vector3