Table of Contents

Class OneBodyLinearMotorConstraintComponent

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

Constructors

OneBodyLinearMotorConstraintComponent()

public OneBodyLinearMotorConstraintComponent()

Properties

LocalOffset

public Vector3 LocalOffset { 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 Vector3 TargetVelocity { get; set; }

Property Value

Vector3