C# Class Box2DX.Dynamics.PolygonContact

Inheritance: Contact
Afficher le fichier Open project: KrugerHeavyIndustries/box2d-unity

Méthodes publiques

Méthode Description
Create ( Fixture fixtureA, Fixture fixtureB ) : Contact
Destroy ( Contact &contact ) : void
PolygonContact ( Fixture fixtureA, Fixture fixtureB ) : Box2DX.Collision

Private Methods

Méthode Description
CollidePolygons ( Manifold &manifold, Shape shape1, Box2DX.Common.Transform xf1, Shape shape2, Box2DX.Common.Transform xf2 ) : void

Method Details

Create() public static méthode

public static Create ( Fixture fixtureA, Fixture fixtureB ) : Contact
fixtureA Fixture
fixtureB Fixture
Résultat Contact

Destroy() public static méthode

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

PolygonContact() public méthode

public PolygonContact ( Fixture fixtureA, Fixture fixtureB ) : Box2DX.Collision
fixtureA Fixture
fixtureB Fixture
Résultat Box2DX.Collision