C# Class Box2DX.Dynamics.PolyAndCircleContact

Inheritance: Contact
Afficher le fichier Open project: danielpcox/Crisis-at-Swiss-Station

Méthodes publiques

Свойство Type Description
_manifold Box2DX.Collision.Manifold

Méthodes publiques

Méthode 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 méthode

public static Create ( Shape shape1, Shape shape2 ) : Contact
shape1 Box2DX.Collision.Shape
shape2 Box2DX.Collision.Shape
Résultat Contact

Destroy() public static méthode

public static Destroy ( Contact contact ) : void
contact Contact
Résultat void

Evaluate() public méthode

public Evaluate ( ContactListener listener ) : void
listener ContactListener
Résultat void

GetManifolds() public méthode

public GetManifolds ( ) : Box2DX.Collision.Manifold[]
Résultat Box2DX.Collision.Manifold[]

PolyAndCircleContact() public méthode

public PolyAndCircleContact ( Shape s1, Shape s2 ) : System
s1 Box2DX.Collision.Shape
s2 Box2DX.Collision.Shape
Résultat System

Property Details

_manifold public_oe property

public Manifold,Box2DX.Collision _manifold
Résultat Box2DX.Collision.Manifold