Search Results for

    Show / Hide Table of Contents

    Interface IFixedJoint3D

    Interface for a Hinge 3D 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
    IDisposable.Dispose()
    Namespace: Evergine.Framework.Physics3D
    Assembly: Evergine.Framework.dll
    Syntax
    public interface IFixedJoint3D : IJoint3D, IDisposable

    Properties

    FrameOffsetA

    Gets the frame offset for body A.

    Declaration
    Matrix4x4 FrameOffsetA { get; }
    Property Value
    Type Description
    Matrix4x4

    FrameOffsetB

    Gets the frame offset for body B.

    Declaration
    Matrix4x4 FrameOffsetB { get; }
    Property Value
    Type Description
    Matrix4x4

    Methods

    SetFrames(Matrix4x4, Matrix4x4)

    Set frames.

    Declaration
    void SetFrames(Matrix4x4 frameA, Matrix4x4 frameB)
    Parameters
    Type Name Description
    Matrix4x4 frameA

    The frame A.

    Matrix4x4 frameB

    The frame B.

    Extension Methods

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