FarseerPhysics CreatePolygon Method Delta Engine Documentation

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

public override PhysicsBody CreatePolygon(
	params Vector2D[] positions
)

Parameters

positions
Type:  DeltaEngine.Datatypes Vector2D 

Return Value

Type: PhysicsBody
See Also