TDME2 1.9.121
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 * @version $Id$
13 */
15{
16 float positionX { 0.0f };
17 float positionY { 0.0f };
18 GUIColor colorAdd { 0.0f, 0.0f, 0.0f, 0.0f };
19 GUIColor colorMul { 1.0f, 1.0f, 1.0f, 1.0f };
20};