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

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

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

Метод Описание
Add ( ContactPoint point ) : void

Called when a contact point is added. This includes the geometry and the forces.

Persist ( ContactPoint point ) : void

Called when a contact point persists. This includes the geometry and the forces.

Remove ( ContactPoint point ) : void

Called when a contact point is removed. This includes the last computed geometry and forces.

Result ( ContactResult point ) : void

Called after a contact point is solved.

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

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

Called when a contact point is added. This includes the geometry and the forces.
public Add ( ContactPoint point ) : void
point ContactPoint
Результат void

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

Called when a contact point persists. This includes the geometry and the forces.
public Persist ( ContactPoint point ) : void
point ContactPoint
Результат void

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

Called when a contact point is removed. This includes the last computed geometry and forces.
public Remove ( ContactPoint point ) : void
point ContactPoint
Результат void

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

Called after a contact point is solved.
public Result ( ContactResult point ) : void
point ContactResult
Результат void