Table of Contents

Class AreaConstraintComponent

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

Constructors

AreaConstraintComponent()

public AreaConstraintComponent()

Properties

SpringDampingRatio

public float SpringDampingRatio { get; set; }

Property Value

float

SpringFrequency

public float SpringFrequency { get; set; }

Property Value

float

TargetScaledArea

public float TargetScaledArea { get; set; }

Property Value

float