GameKit  0.0.1a
C++ gamedev tools
Classes | Public Member Functions | Private Attributes | List of all members
gk::TilemapAnimator Class Reference

#include <TilemapAnimator.hpp>

Classes

struct  TileAnimation
 

Public Member Functions

void init (Tilemap &map)
 
void animateTiles (Tilemap &map)
 

Private Attributes

std::vector< TileAnimationm_tileAnimations
 

Detailed Description

Definition at line 24 of file TilemapAnimator.hpp.

Member Function Documentation

§ animateTiles()

void gk::TilemapAnimator::animateTiles ( Tilemap map)

Definition at line 23 of file TilemapAnimator.cpp.

§ init()

void gk::TilemapAnimator::init ( Tilemap map)

Definition at line 19 of file TilemapAnimator.cpp.

Member Data Documentation

§ m_tileAnimations

std::vector<TileAnimation> gk::TilemapAnimator::m_tileAnimations
private

Definition at line 36 of file TilemapAnimator.hpp.


The documentation for this class was generated from the following files: