Public Member Functions | Public Attributes | List of all members
DestructionListener Class Reference

#include <test.h>

Inheritance diagram for DestructionListener:
Inheritance graph
[legend]

Public Member Functions

void SayGoodbye (b2Fixture *fixture) override
 
void SayGoodbye (b2Joint *joint) override
 
- Public Member Functions inherited from b2DestructionListener
virtual ~b2DestructionListener ()
 

Public Attributes

Testtest
 

Detailed Description

Definition at line 57 of file test.h.

Member Function Documentation

◆ SayGoodbye() [1/2]

void DestructionListener::SayGoodbye ( b2Fixture fixture)
inlineoverridevirtual

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

Implements b2DestructionListener.

Definition at line 60 of file test.h.

◆ SayGoodbye() [2/2]

void DestructionListener::SayGoodbye ( b2Joint joint)
overridevirtual

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

Implements b2DestructionListener.

Definition at line 27 of file test.cpp.

Member Data Documentation

◆ test

Test* DestructionListener::test

Definition at line 63 of file test.h.


The documentation for this class was generated from the following files:


mvsim
Author(s):
autogenerated on Tue Jul 4 2023 03:08:22