Physics CreateLineJoint Method Delta Engine Documentation

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

public abstract PhysicsJoint CreateLineJoint(
	PhysicsBody bodyA,
	PhysicsBody bodyB,
	Vector2D axis
)

Return Value

Type: PhysicsJoint
See Also