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 Bullet
Declaration
public BulletGeneric6DofJoint3D(BulletPhysicManager3D simulation, Generic6DofJointDef3D def)
Parameters
Type | Name | Description |
---|---|---|
Bullet |
simulation | The bullet simulation instance. |
Generic6Dof |
def | The definition. |