CoriEngine
Loading...
Searching...
No Matches
Animation.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Cori::Graphics::Animation
 Owning handle to the animation inside the AnimationPack, when paired with Animation::PlayParams can be passed to QuadAnimator. More...
struct  Cori::Graphics::Animation::PlayParams
 Tells the QuadAnimator how to play the animation. More details in the QuadAnimator docs. More...

Namespaces

namespace  Cori
 Global engine namespace.
namespace  Cori::Graphics
 Almost everything connected to graphics is in this namespace.

Concepts

concept  Cori::Graphics::IsAnimationWithParams

Typedefs

using Cori::Graphics::AnimationWithParams = std::pair<Animation, Animation::PlayParams>
 Pair of Animation and Animation::PlayParams.