Physics CreateJoint Method Delta Engine Documentation

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

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

Return Value

Type: PhysicsJoint
See Also