Table of Contents

Class VolumeConstraintComponent

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

Constructors

VolumeConstraintComponent()

public VolumeConstraintComponent()

Properties

SpringDampingRatio

public float SpringDampingRatio { get; set; }

Property Value

float

SpringFrequency

public float SpringFrequency { get; set; }

Property Value

float

TargetScaledVolume

public float TargetScaledVolume { get; set; }

Property Value

float