Search Results for

    Show / Hide Table of Contents

    Class DistanceJointDef2D

    Definition of a 2D Distance Joint.

    Inheritance
    object
    JointDef2D
    JointDef2D<IDistanceJoint2D>
    DistanceJointDef2D
    Inherited Members
    JointDef2D.BodyA
    JointDef2D.BodyB
    JointDef2D.LocalAnchorA
    JointDef2D.LocalAnchorB
    JointDef2D.CollideConnected
    JointDef2D.UserData
    JointDef2D.IsActive
    JointDef2D.BreakPoint
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Evergine.Common.Physics2D
    Assembly: Evergine.Common.dll
    Syntax
    public class DistanceJointDef2D : JointDef2D<IDistanceJoint2D>

    Fields

    DampingRatio

    The damping ratio. 0 = no damping, 1 = critical damping.

    Declaration
    public float DampingRatio
    Field Value
    Type Description
    float

    FrequencyHz

    The mass-spring-damper frequency in Hertz. A value of 0 disables softness.

    Declaration
    public float FrequencyHz
    Field Value
    Type Description
    float

    Lenght

    /// The natural length between the anchor points.

    Declaration
    public float Lenght
    Field Value
    Type Description
    float

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In This Article
    Back to top
    Generated by DocFX