void SetLinearDuration(double totalDuration)
Sets the duration of each frame to make the animation linear.
Definition Animation.cpp:3
void AddFrame(Texture *texture, double duration)
Adds a frame to the animation.
Definition Animation.cpp:16
Class representing a texture asset.
Definition Texture.h:81