Table of Contents

Class AngularAxisGearMotorConstraintComponent

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

Constructors

AngularAxisGearMotorConstraintComponent()

public AngularAxisGearMotorConstraintComponent()

Properties

LocalAxisA

public Vector3 LocalAxisA { get; set; }

Property Value

Vector3

MotorDamping

public float MotorDamping { get; set; }

Property Value

float

MotorMaximumForce

public float MotorMaximumForce { get; set; }

Property Value

float

VelocityScale

public float VelocityScale { get; set; }

Property Value

float