PhysicsJoint Constructor Delta Engine Documentation
Initializes a new instance of the PhysicsJoint class

Namespace: DeltaEngine.Physics3D
Assembly: DeltaEngine.Physics3D (in DeltaEngine.Physics3D.dll) Version: 1.1.1.0 (1.1.1)
Syntax

protected PhysicsJoint(
	JointType jointType,
	PhysicsBody bodyA,
	PhysicsBody bodyB,
	Object[] args
)
See Also