PhysicsDebugDraw class. More...
#include <physics_debug_draw.h>
Public Member Functions | |
Construction | |
| PhysicsDebugDraw () | |
| Constructs a null instance. More... | |
| PhysicsDebugDraw (const PhysicsWorld &pw) | |
| Constructs a debug draw object. More... | |
| ~PhysicsDebugDraw () | |
Attributes | |
| bool | is_null () const |
| Returns true if this object is invalid. More... | |
| void | throw_if_null () const |
| Throw an exception if this object is invalid. More... | |
| unsigned int | get_flags () const |
| Return currently set up draw flags. More... | |
Operations | |
| void | draw (Canvas &canvas) |
| Draws physic objects on the canvas. More... | |
| void | set_flags (unsigned int flags) |
| Set draw flags. More... | |
PhysicsDebugDraw class.