Search Results for

    Show / Hide Table of Contents

    Interface IWeldJoint2D

    Interface for a Distance Joint 2D physics.

    Inherited Members
    IJoint2D.InternalJoint
    IJoint2D.BodyA
    IJoint2D.BodyB
    IJoint2D.LocalAnchorA
    IJoint2D.LocalAnchorB
    IJoint2D.ReactionForce
    IJoint2D.ReactionTorque
    IJoint2D.IsActive
    IJoint2D.BreakPoint
    IJoint2D.OnBroke
    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

    Extension Methods

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