TDME2
1.9.121
src
tdme
gui
effects
GUIEffectState.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <
tdme/tdme.h
>
4
#include <
tdme/gui/effects/fwd-tdme.h
>
5
#include <
tdme/gui/nodes/GUIColor.h
>
6
7
using
tdme::gui::nodes::GUIColor
;
8
9
/**
10
* GUI effect state
11
* @author Andreas Drewke
12
* @version $Id$
13
*/
14
struct
tdme::gui::effects::GUIEffectState
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
};
GUIColor.h
tdme::gui::nodes::GUIColor
GUI color.
Definition:
GUIColor.h:29
fwd-tdme.h
tdme::gui::effects::GUIEffectState
GUI effect state.
Definition:
GUIEffectState.h:15
tdme::gui::effects::GUIEffectState::positionX
float positionX
Definition:
GUIEffectState.h:16
tdme::gui::effects::GUIEffectState::colorMul
GUIColor colorMul
Definition:
GUIEffectState.h:19
tdme::gui::effects::GUIEffectState::positionY
float positionY
Definition:
GUIEffectState.h:17
tdme::gui::effects::GUIEffectState::colorAdd
GUIColor colorAdd
Definition:
GUIEffectState.h:18
tdme.h
Generated by
1.9.3