Table of Contents

Class TwistMotorConstraintComponent

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

Constructors

TwistMotorConstraintComponent()

public TwistMotorConstraintComponent()

Properties

LocalAxisA

public Vector3 LocalAxisA { get; set; }

Property Value

Vector3

LocalAxisB

public Vector3 LocalAxisB { get; set; }

Property Value

Vector3

MotorDamping

public float MotorDamping { get; set; }

Property Value

float

MotorMaximumForce

public float MotorMaximumForce { get; set; }

Property Value

float

TargetVelocity

public float TargetVelocity { get; set; }

Property Value

float