JitterPhysics CreateJoint Method Delta Engine Documentation

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

public override PhysicsJoint CreateJoint(
	JointType jointType,
	PhysicsBody bodyA,
	PhysicsBody bodyB,
	Object[] args
)

Return Value

Type: PhysicsJoint
See Also