Expand description
Debug drawing module.
For more info see SceneDrawingContext
Structsยง
- Line
- Colored line between two points.
- Scene
Drawing Context - Drawing context for simple graphics, it allows you to draw simple figures using a set of lines. Most common use of the context is to draw some debug geometry in your game, draw physics info (contacts, meshes, shapes, etc.), draw temporary geometry in editor and so on.