Table of Contents

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

float

MotorMaximumForce

public float MotorMaximumForce { get; set; }

Property Value

float

TargetVelocity

public Vector3 TargetVelocity { get; set; }

Property Value

Vector3