Search Results for

    Show / Hide Table of Contents

    Interface IGearJoint3D

    Interface for a 3D gear joint physics.

    Inherited Members
    IJoint3D.OnBroke
    IJoint3D.InternalJoint
    IJoint3D.BodyA
    IJoint3D.BodyB
    IJoint3D.AppliedImpulse
    IJoint3D.DebugDrawSize
    IJoint3D.NeedsFeedback
    IJoint3D.JointFeedback
    IJoint3D.OverrideNumSolverIterations
    IJoint3D.IsEnabled
    IJoint3D.BreakingImpulseThreshold
    Namespace: Evergine.Framework.Physics3D
    Assembly: Evergine.Framework.dll
    Syntax
    public interface IGearJoint3D : IJoint3D

    Properties

    AxisInA

    Gets or sets the axis in A.

    Declaration
    Vector3 AxisInA { get; set; }
    Property Value
    Type Description
    Vector3

    AxisInB

    Gets or sets the axis in B.

    Declaration
    Vector3 AxisInB { get; set; }
    Property Value
    Type Description
    Vector3

    Ratio

    Gets or sets the A-to-B gear ratio.

    Declaration
    float Ratio { get; set; }
    Property Value
    Type Description
    float

    Extension Methods

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