C# Класс 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.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ShouldCollide ( Fixture fixtureA, Fixture fixtureB ) : bool

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

Описание методов

ShouldCollide() публичный Метод

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
Результат bool