Go to the source code of this file.
|
| namespace | sys |
| | the type of elements in a basic_json container
|
◆ DEBUG_DRAW_START_ACTIVE
| #define DEBUG_DRAW_START_ACTIVE false |
◆ operator<<()
stream insertion operator for adding lines to the debug draw system Uses DebugDraw pointer instead of reference because Engine::getSystem<>() returns a pointer not a reference
- Parameters
-
| debug | a pointer to the debug system to add to |
| line | a reference to the line to add |
- Returns
- a pointer to the DebugDraw system to allow chaining