TDME2  1.9.200
GUIEffectState.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <tdme/tdme.h>
6 
8 
9 /**
10  * GUI effect state
11  * @author Andreas Drewke
12  */
14 {
15  float positionX { 0.0f };
16  float positionY { 0.0f };
17  GUIColor colorAdd { 0.0f, 0.0f, 0.0f, 0.0f };
18  GUIColor colorMul { 1.0f, 1.0f, 1.0f, 1.0f };
19 };