![]() |
Gorgon Game Engine
|
Go to the source code of this file.
Classes | |
| class | Animation |
| A regular drawable animation. More... | |
| class | AnimationProvider |
| A regular drawable animation provider. More... | |
| class | basic_InstanceInjection< Graphics::RectangularAnimation > |
| class | basic_StorageInjection< Graphics::AnimationProvider > |
| Injects additional functionality for AnimationProviders. More... | |
| class | basic_StorageInjection< Graphics::DiscreteAnimationProvider > |
| Injects additional functionality for RectangularAnimationProviders. More... | |
| class | basic_StorageInjection< Graphics::RectangularAnimationProvider > |
| Injects additional functionality for RectangularAnimationProviders. More... | |
| class | DiscreteAnimation |
| A discrete rectangular animation, this is most suitable for bitmap or texture animations. More... | |
| class | DiscreteAnimationProvider |
| This class provides discrete and rectangular animation which is suitable for bitmap and texture animations. More... | |
| class | ImageProvider |
| class | RectangularAnimation |
| Rectangular drawable animation. More... | |
| class | RectangularAnimationProvider |
| This class provides rectangular animations. More... | |
Namespaces | |
| Gorgon | |
| Root namespace for Gorgon Game Engine. | |
| Gorgon::Animation | |
| This namespace contains animation related functionality. | |
| Gorgon::Graphics | |
| Contains generic 2D graphics related data structures and functions. | |
Typedefs | |
| using | AnimationStorage = Gorgon::Animation::basic_Storage< AnimationProvider > |
| using | DiscreteAnimationStorage = Gorgon::Animation::basic_Storage< DiscreteAnimationProvider > |
| using | Instance = Gorgon::Animation::basic_Instance< RectangularAnimation > |
| using | RectangularAnimationStorage = Gorgon::Animation::basic_Storage< RectangularAnimationProvider > |