C# Class Box2D.Callbacks.ContactFilter

Implement this class to provide collision filtering. In other words, you can implement this class if you want finer control over contact creation.
Afficher le fichier Open project: gerich-home/box2dnet Class Usage Examples

Méthodes publiques

Méthode Description
ShouldCollide ( Fixture fixtureA, Fixture fixtureB ) : bool

Return true if contact calculations should be performed between these two shapes.

Method Details

ShouldCollide() public méthode

Return true if contact calculations should be performed between these two shapes.
public ShouldCollide ( Fixture fixtureA, Fixture fixtureB ) : bool
fixtureA Box2D.Dynamics.Fixture
fixtureB Box2D.Dynamics.Fixture
Résultat bool