C# Class Box2DX.Dynamics.PolyAndCircleContact

Inheritance: Contact
Show file Open project: danielpcox/Crisis-at-Swiss-Station

Public Properties

Property Type Description
_manifold Box2DX.Collision.Manifold

Public Methods

Method Description
Create ( Shape shape1, Shape shape2 ) : Contact
Destroy ( Contact contact ) : void
Evaluate ( ContactListener listener ) : void
GetManifolds ( ) : Box2DX.Collision.Manifold[]
PolyAndCircleContact ( Shape s1, Shape s2 ) : System

Method Details

Create() public static method

public static Create ( Shape shape1, Shape shape2 ) : Contact
shape1 Box2DX.Collision.Shape
shape2 Box2DX.Collision.Shape
return Contact

Destroy() public static method

public static Destroy ( Contact contact ) : void
contact Contact
return void

Evaluate() public method

public Evaluate ( ContactListener listener ) : void
listener ContactListener
return void

GetManifolds() public method

public GetManifolds ( ) : Box2DX.Collision.Manifold[]
return Box2DX.Collision.Manifold[]

PolyAndCircleContact() public method

public PolyAndCircleContact ( Shape s1, Shape s2 ) : System
s1 Box2DX.Collision.Shape
s2 Box2DX.Collision.Shape
return System

Property Details

_manifold public property

public Manifold,Box2DX.Collision _manifold
return Box2DX.Collision.Manifold