Table of Contents

Class LinearAxisLimitConstraintComponent

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

Constructors

LinearAxisLimitConstraintComponent()

public LinearAxisLimitConstraintComponent()

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

MaximumOffset

public float MaximumOffset { get; set; }

Property Value

float

MinimumOffset

public float MinimumOffset { get; set; }

Property Value

float

SpringDampingRatio

public float SpringDampingRatio { get; set; }

Property Value

float

SpringFrequency

public float SpringFrequency { get; set; }

Property Value

float