Search Results for

    Show / Hide Table of Contents

    Class BulletGeneric6DofJoint3D

    The BulletJoint3D is a base class for all 3D joints implemented by Bullet.

    Inheritance
    object
    BulletJoint3D
    BulletJoint3D<Generic6DofConstraint, Generic6DofJointDef3D>
    BulletAbstractGeneric6DofJoint3D<Generic6DofConstraint, Generic6DofJointDef3D, IGeneric6DofJoint3D>
    BulletGeneric6DofJoint3D
    Implements
    IGeneric6DofJoint3D
    IJoint3D
    Inherited Members
    BulletAbstractGeneric6DofJoint3D<Generic6DofConstraint, Generic6DofJointDef3D, IGeneric6DofJoint3D>.AngularLowerLimit
    BulletAbstractGeneric6DofJoint3D<Generic6DofConstraint, Generic6DofJointDef3D, IGeneric6DofJoint3D>.AngularUpperLimit
    BulletAbstractGeneric6DofJoint3D<Generic6DofConstraint, Generic6DofJointDef3D, IGeneric6DofJoint3D>.LinearLowerLimit
    BulletAbstractGeneric6DofJoint3D<Generic6DofConstraint, Generic6DofJointDef3D, IGeneric6DofJoint3D>.LinearUpperLimit
    BulletAbstractGeneric6DofJoint3D<Generic6DofConstraint, Generic6DofJointDef3D, IGeneric6DofJoint3D>.FrameOffsetA
    BulletAbstractGeneric6DofJoint3D<Generic6DofConstraint, Generic6DofJointDef3D, IGeneric6DofJoint3D>.FrameOffsetB
    BulletAbstractGeneric6DofJoint3D<Generic6DofConstraint, Generic6DofJointDef3D, IGeneric6DofJoint3D>.Flags
    BulletAbstractGeneric6DofJoint3D<Generic6DofConstraint, Generic6DofJointDef3D, IGeneric6DofJoint3D>.UseFrameOffset
    BulletAbstractGeneric6DofJoint3D<Generic6DofConstraint, Generic6DofJointDef3D, IGeneric6DofJoint3D>.UseLinearReferenceFrameA
    BulletAbstractGeneric6DofJoint3D<Generic6DofConstraint, Generic6DofJointDef3D, IGeneric6DofJoint3D>.SetAxis(Vector3, Vector3)
    BulletAbstractGeneric6DofJoint3D<Generic6DofConstraint, Generic6DofJointDef3D, IGeneric6DofJoint3D>.SetFrames(Matrix4x4, Matrix4x4)
    BulletAbstractGeneric6DofJoint3D<Generic6DofConstraint, Generic6DofJointDef3D, IGeneric6DofJoint3D>.SetLimit(DOFType, float, float)
    BulletAbstractGeneric6DofJoint3D<Generic6DofConstraint, Generic6DofJointDef3D, IGeneric6DofJoint3D>.GetAngle(DOFType)
    BulletAbstractGeneric6DofJoint3D<Generic6DofConstraint, Generic6DofJointDef3D, IGeneric6DofJoint3D>.GetAxis(DOFType)
    BulletAbstractGeneric6DofJoint3D<Generic6DofConstraint, Generic6DofJointDef3D, IGeneric6DofJoint3D>.IsLimited(DOFType)
    BulletAbstractGeneric6DofJoint3D<Generic6DofConstraint, Generic6DofJointDef3D, IGeneric6DofJoint3D>.CreateJoint()
    BulletJoint3D<Generic6DofConstraint, Generic6DofJointDef3D>.joint
    BulletJoint3D<Generic6DofConstraint, Generic6DofJointDef3D>.def
    BulletJoint3D<Generic6DofConstraint, Generic6DofJointDef3D>.BreakingImpulseThreshold
    BulletJoint3D<Generic6DofConstraint, Generic6DofJointDef3D>.InternalJoint
    BulletJoint3D<Generic6DofConstraint, Generic6DofJointDef3D>.CreateJoint()
    BulletJoint3D.simulation
    BulletJoint3D.OnBroke
    BulletJoint3D.InternalJoint
    BulletJoint3D.BodyA
    BulletJoint3D.BodyB
    BulletJoint3D.AppliedImpulse
    BulletJoint3D.DebugDrawSize
    BulletJoint3D.NeedsFeedback
    BulletJoint3D.JointFeedback
    BulletJoint3D.OverrideNumSolverIterations
    BulletJoint3D.IsEnabled
    BulletJoint3D.BreakingImpulseThreshold
    BulletJoint3D.Dispose()
    Namespace: Evergine.Bullet
    Assembly: Evergine.Bullet.dll
    Syntax
    public class BulletGeneric6DofJoint3D : BulletAbstractGeneric6DofJoint3D<Generic6DofConstraint, Generic6DofJointDef3D, IGeneric6DofJoint3D>, IGeneric6DofJoint3D, IJoint3D

    Constructors

    BulletGeneric6DofJoint3D(BulletPhysicManager3D, Generic6DofJointDef3D)

    Initializes a new instance of the BulletGeneric6DofJoint3D class.

    Declaration
    public BulletGeneric6DofJoint3D(BulletPhysicManager3D simulation, Generic6DofJointDef3D def)
    Parameters
    Type Name Description
    BulletPhysicManager3D simulation

    The bullet simulation instance.

    Generic6DofJointDef3D def

    The definition.

    Implements

    IGeneric6DofJoint3D
    IJoint3D

    Extension Methods

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