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>ThreeBodyConstraintComponent<AreaConstraint>AreaConstraintComponent
- Implements
- Inherited Members
Constructors
AreaConstraintComponent()
public AreaConstraintComponent()
Properties
SpringDampingRatio
public float SpringDampingRatio { get; set; }
Property Value
SpringFrequency
public float SpringFrequency { get; set; }
Property Value
TargetScaledArea
public float TargetScaledArea { get; set; }