Gorgon Game Engine
Animation.h File Reference

contains animation system More...

Include dependency graph for Animation.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Base
 This is the base class for all animations. More...
 
class  Controller
 This class allows finer control for the animations, allowing loop, stopping at the end, events, speed and direction control. More...
 
class  ControllerBase
 Controllers are required to progress animations. More...
 
class  Governor
 This class governs the progress of animations. More...
 
class  Provider
 This interface marks a class as animation provider. More...
 
class  Timer
 This class is the most basic controller and does not support any operations. More...
 

Namespaces

 Gorgon
 Root namespace for Gorgon Game Engine.
 
 Gorgon::Animation
 This namespace contains animation related functionality.
 

Detailed Description

contains animation system