Gorgon Game Engine
TextureAnimation.h File Reference
Include dependency graph for TextureAnimation.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  basic_AnimationFrame< T_ >
 
class  basic_TextureAnimation< T_, P_, F_ >
 
class  basic_TextureAnimationInjection< T_ >
 
class  basic_TextureAnimationInjection< Bitmap >
 
class  basic_TextureAnimationProvider< T_, A_, F_ >
 

Namespaces

 Gorgon
 Root namespace for Gorgon Game Engine.
 
 Gorgon::Graphics
 Contains generic 2D graphics related data structures and functions.
 

Typedefs

using BitmapAnimation = BitmapAnimationProvider::AnimationType
 
using BitmapAnimationProvider = basic_TextureAnimationProvider< Bitmap, basic_TextureAnimation, basic_AnimationFrame< Bitmap > >
 
using ConstBitmapAnimation = ConstBitmapAnimationProvider::AnimationType
 
using ConstBitmapAnimationProvider = basic_TextureAnimationProvider< const Bitmap, basic_TextureAnimation, basic_AnimationFrame< const Bitmap > >
 
using ConstImageAnimation = ConstImageAnimationProvider::AnimationType
 
using ConstImageAnimationProvider = basic_TextureAnimationProvider< const Image, basic_TextureAnimation, basic_AnimationFrame< const Image > >
 
using ImageAnimation = ImageAnimationProvider::AnimationType
 
using ImageAnimationProvider = basic_TextureAnimationProvider< Image, basic_TextureAnimation, basic_AnimationFrame< Image > >