FastEngine 0.9.3
A multiplayer oriented 2D engine made with Vulkan.
Loading...
Searching...
No Matches
Animation utility/tools

Everything related to animation. More...

Classes

class  fge::Animation
 Class that represent/handle an animation. More...
 
struct  fge::anim::AnimationFrame
 Structure that contains the information of a frame of an animation. More...
 
struct  fge::anim::AnimationGroup
 Structure that contains the information of a group of frames of an animation. More...
 
struct  fge::anim::AnimationData
 Structure that contains the information of an animation. More...
 

Enumerations

enum class  fge::anim::AnimationType { AnimationType::ANIM_TYPE_TILESET , AnimationType::ANIM_TYPE_SEPARATE_FILES }
 Enum that represent different way of loading an animation. More...
 

Detailed Description

Everything related to animation.

Enumeration Type Documentation

◆ AnimationType

enum class fge::anim::AnimationType
strong

Enum that represent different way of loading an animation.

Enumerator
ANIM_TYPE_TILESET 

Tileset type, you have just one texture with multiple frame in it.

ANIM_TYPE_SEPARATE_FILES 

Separate files, every frame is in a different file.