TDME2 1.9.121
AnimationState.h
Go to the documentation of this file.
1#pragma once
2
3#include <tdme/tdme.h>
6
8
9/**
10 * Animation state entity
11 * @author Andreas Drewke
12 * @version $Id$
13 */
15 AnimationSetup* setup { nullptr };
16 int64_t endAtTime { -1LL };
17 int64_t currentAtTime { -1LL };
18 int64_t lastAtTime { -1LL };
19 bool finished { true };
20 float time { -1LL };
21 float speed { 1.0f };
22};