Search Results for

    Show / Hide Table of Contents

    Class ConeTwistJointDef3D

    Definition of a 3D Hinge Joint.

    Inheritance
    object
    JointDef3D
    JointDef3D<IConeTwistJoint3D>
    ConeTwistJointDef3D
    Inherited Members
    JointDef3D.BodyA
    JointDef3D.BodyB
    JointDef3D.CollideConnected
    JointDef3D.UserData
    JointDef3D.IsActive
    JointDef3D.BreakPoint
    JointDef3D.NeedsJointFeedback
    Namespace: Evergine.Framework.Physics3D
    Assembly: Evergine.Framework.dll
    Syntax
    public class ConeTwistJointDef3D : JointDef3D<IConeTwistJoint3D>

    Fields

    AFrame

    A frame.

    Declaration
    public Matrix4x4 AFrame
    Field Value
    Type Description
    Matrix4x4

    BFrame

    B-frame.

    Declaration
    public Matrix4x4 BFrame
    Field Value
    Type Description
    Matrix4x4

    HighLimit

    The upper limit.

    Declaration
    public float HighLimit
    Field Value
    Type Description
    float

    LowLimit

    The upper limit.

    Declaration
    public float LowLimit
    Field Value
    Type Description
    float

    MaxMotorImpulse

    Motor impulse.

    Declaration
    public float MaxMotorImpulse
    Field Value
    Type Description
    float

    MotorTargetVelocity

    Motor's target velocity.

    Declaration
    public float MotorTargetVelocity
    Field Value
    Type Description
    float

    UseLimits

    Uses limits.

    Declaration
    public bool UseLimits
    Field Value
    Type Description
    bool

    UseMotor

    Uses a hinge motor.

    Declaration
    public bool UseMotor
    Field Value
    Type Description
    bool

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX