Interface IWeldJoint2D
Interface for a Distance Joint 2D physics.
Inherited Members
Namespace: Evergine.Common.Physics2D
Assembly: Evergine.Common.dll
Syntax
public interface IWeldJoint2D : IJoint2D
Properties
DampingRatio
Gets or sets the damping ratio.
Declaration
float DampingRatio { 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 |
ReferenceAngle
Gets the reference angle.
Declaration
float ReferenceAngle { get; }
Property Value
Type | Description |
---|---|
float |