Search Results for

    Show / Hide Table of Contents

    Interface IGeneric6DofSpringJoint3D

    Interface for a 6 Dof 3D joint physics.

    Inherited Members
    IGeneric6DofJoint3D.AngularLowerLimit
    IGeneric6DofJoint3D.AngularUpperLimit
    IGeneric6DofJoint3D.LinearLowerLimit
    IGeneric6DofJoint3D.LinearUpperLimit
    IGeneric6DofJoint3D.FrameOffsetA
    IGeneric6DofJoint3D.FrameOffsetB
    IGeneric6DofJoint3D.Flags
    IGeneric6DofJoint3D.UseFrameOffset
    IGeneric6DofJoint3D.UseLinearReferenceFrameA
    IGeneric6DofJoint3D.SetAxis(Vector3, Vector3)
    IGeneric6DofJoint3D.SetFrames(Matrix4x4, Matrix4x4)
    IGeneric6DofJoint3D.SetLimit(DOFType, float, float)
    IGeneric6DofJoint3D.GetAngle(DOFType)
    IGeneric6DofJoint3D.GetAxis(DOFType)
    IGeneric6DofJoint3D.IsLimited(DOFType)
    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 IGeneric6DofSpringJoint3D : IGeneric6DofJoint3D, IJoint3D, IDisposable

    Methods

    EnableSpring(DOFType, bool)

    Enable or disable the spring.

    Declaration
    void EnableSpring(DOFType index, bool isEnabled)
    Parameters
    Type Name Description
    DOFType index

    DOF index.

    bool isEnabled

    Is enabled or not the spring.

    SetDamping(DOFType, float)

    Sets the spring damping.

    Declaration
    void SetDamping(DOFType index, float damping)
    Parameters
    Type Name Description
    DOFType index

    DOF index.

    float damping

    The damping.

    SetEquilibriumPoint(DOFType, float)

    Sets the spring equilibrium point.

    Declaration
    void SetEquilibriumPoint(DOFType index, float equilibriumPoint)
    Parameters
    Type Name Description
    DOFType index

    DOF index.

    float equilibriumPoint

    The equilibriumPoint.

    SetStiffness(DOFType, float)

    Setsa the spring stiffness.

    Declaration
    void SetStiffness(DOFType index, float stiffness)
    Parameters
    Type Name Description
    DOFType index

    DOF index.

    float stiffness

    The stiffness.

    Extension Methods

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