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
SpringFrequency
public float SpringFrequency { get; set; }
Property Value
TargetScaledVolume
public float TargetScaledVolume { get; set; }