Table of Contents

Class LinearAxisMotorConstraintComponent

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

Constructors

LinearAxisMotorConstraintComponent()

public LinearAxisMotorConstraintComponent()

Properties

LocalAxis

public Vector3 LocalAxis { get; set; }

Property Value

Vector3

LocalOffsetA

public Vector3 LocalOffsetA { get; set; }

Property Value

Vector3

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

TargetVelocity

public float TargetVelocity { get; set; }

Property Value

float