C# Класс Box2DX.Dynamics.BoundaryListener

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Violation ( Body body ) : void

This is called for each body that leaves the world boundary. @warning you can't modify the world inside this callback.

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

Violation() публичный абстрактный Метод

This is called for each body that leaves the world boundary. @warning you can't modify the world inside this callback.
public abstract Violation ( Body body ) : void
body Body
Результат void