Caseus Tower
Main Page
Namespaces
Classes
Files
File List
All
Classes
Namespaces
Files
Functions
Variables
animation.h
Go to the documentation of this file.
1
#pragma once
2
8
class
Animation
9
{
10
private
:
12
float
currentTime
;
14
float
duration
;
15
16
public
:
21
Animation
(
float
);
22
26
~Animation
();
27
33
void
updateTimer
(
float
dt);
34
39
float
getCurrentTime
();
40
};
Animation
Creates an Animation object Creates an Animation object to handle the timing of when an Animation sho...
Definition:
animation.h:8
Animation::getCurrentTime
float getCurrentTime()
Animation::Animation
Animation(float)
Animation::updateTimer
void updateTimer(float dt)
Animation::~Animation
~Animation()
Animation::duration
float duration
Definition:
animation.h:14
Animation::currentTime
float currentTime
Definition:
animation.h:12
Caseus Tower
animation.h
Generated on Wed Feb 4 2015 10:22:33 for Caseus Tower by
1.8.8