Table of Contents

Class AngularMotorConstraintComponent

Namespace
Stride.BepuPhysics.Constraints
Assembly
Stride.BepuPhysics.dll
[DataContract("AngularMotorConstraint")]
[DefaultEntityComponentProcessor(typeof(ConstraintProcessor), ExecutionMode = ExecutionMode.Runtime)]
[ComponentCategory("Physics - Bepu Constraint")]
public sealed class AngularMotorConstraintComponent : TwoBodyConstraintComponent<AngularMotor>, IIdentifiable
Inheritance
ConstraintComponent<AngularMotor>
AngularMotorConstraintComponent
Implements
Inherited Members

Constructors

AngularMotorConstraintComponent()

public AngularMotorConstraintComponent()

Properties

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