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

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

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

Метод Описание
SayGoodbye ( Joint joint ) : void

Called when any joint is about to be destroyed due to the destruction of one of its attached bodies.

SayGoodbye ( Shape shape ) : void

Called when any shape is about to be destroyed due to the destruction of its parent body.

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

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

Called when any joint is about to be destroyed due to the destruction of one of its attached bodies.
public abstract SayGoodbye ( Joint joint ) : void
joint Joint
Результат void

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

Called when any shape is about to be destroyed due to the destruction of its parent body.
public abstract SayGoodbye ( Shape shape ) : void
shape Box2DX.Collision.Shape
Результат void