Search Results for

    Show / Hide Table of Contents

    Class PrismaticJointDef2D

    Definition of a 2D Prismatic Joint.

    Inheritance
    object
    JointDef2D
    JointDef2D<IPrismaticJoint2D>
    PrismaticJointDef2D
    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 PrismaticJointDef2D : JointDef2D<IPrismaticJoint2D>

    Fields

    AxisAngle

    The local translation axis (radians).

    Declaration
    public float AxisAngle
    Field Value
    Type Description
    float

    MotorDef

    Motor properties.

    Declaration
    public MotorDef MotorDef
    Field Value
    Type Description
    MotorDef

    ReferenceAngle

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

    Declaration
    public float ReferenceAngle
    Field Value
    Type Description
    float

    TranslationLimitsDef

    Translation limits.

    Declaration
    public LimitsDef TranslationLimitsDef
    Field Value
    Type Description
    LimitsDef

    Extension Methods

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