Interface IDistanceJoint2D
Interface for a Distance Joint 2D physics.
Inherited Members
Namespace: Evergine.Common.Physics2D
Assembly: Evergine.Common.dll
Syntax
public interface IDistanceJoint2D : IJoint2D
Properties
DampingRatio
Gets or sets the damping ratio.
Declaration
float DampingRatio { get; set; }
Property Value
Type | Description |
---|---|
float |
Distance
Gets or sets the natural length. Manipulating the length can lead to non-physical behavior when the frequency is zero.
Declaration
float Distance { get; set; }
Property Value
Type | Description |
---|---|
float |
FrequencyHz
Gets or sets the frequency in Hz.
Declaration
float FrequencyHz { get; set; }
Property Value
Type | Description |
---|---|
float |