Class BulletGeneric6DofJoint3D
The BulletJoint3D is a base class for all 3D joints implemented by Bullet.
Inheritance
BulletGeneric6DofJoint3D
Inherited Members
Namespace: Evergine.Bullet
Assembly: Evergine.Bullet.dll
Syntax
public class BulletGeneric6DofJoint3D : BulletAbstractGeneric6DofJoint3D<Generic6DofConstraint, Generic6DofJointDef3D, IGeneric6DofJoint3D>, IGeneric6DofJoint3D, IJoint3D, IDisposable
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
Evergine.Framework.Physics3D.IGeneric6DofJoint3D
Evergine.Framework.Physics3D.IJoint3D