Search Results for

    Show / Hide Table of Contents

    Class WeldJointDef2D

    Definition of a 2D Weld Joint.

    Inheritance
    object
    JointDef2D
    JointDef2D<IWeldJoint2D>
    WeldJointDef2D
    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 WeldJointDef2D : JointDef2D<IWeldJoint2D>

    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

    ReferenceAngle

    The bodyB angle minus bodyA angle in the reference state (radians).

    Declaration
    public float ReferenceAngle
    Field Value
    Type Description
    float

    Extension Methods

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