![]() |
Gorgon Game Engine
|
Go to the source code of this file.
Classes | |
| class | basic_LineProvider< A_ > |
| This class allows instancing of a line like image that is made out of three parts. More... | |
| class | ILineProvider |
| Interface for LineProviders. More... | |
| class | Line |
| This class allows drawing a line like image that is made out of three parts. More... | |
Namespaces | |
| Gorgon | |
| Root namespace for Gorgon Game Engine. | |
| Gorgon::Graphics | |
| Contains generic 2D graphics related data structures and functions. | |
Typedefs | |
| using | AnimatedBitmapLineProvider = basic_LineProvider< BitmapAnimationProvider > |
| using | BitmapLineProvider = basic_LineProvider< Bitmap > |
| using | LineProvider = basic_LineProvider< RectangularAnimationProvider > |