TDME2
1.9.200
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
*/
13
struct
tdme::gui::effects::GUIEffectState
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
};
GUIColor.h
tdme::gui::nodes::GUIColor
GUI color.
Definition:
GUIColor.h:26
fwd-tdme.h
tdme::gui::effects::GUIEffectState
GUI effect state.
Definition:
GUIEffectState.h:14
tdme::gui::effects::GUIEffectState::positionX
float positionX
Definition:
GUIEffectState.h:15
tdme::gui::effects::GUIEffectState::colorMul
GUIColor colorMul
Definition:
GUIEffectState.h:18
tdme::gui::effects::GUIEffectState::positionY
float positionY
Definition:
GUIEffectState.h:16
tdme::gui::effects::GUIEffectState::colorAdd
GUIColor colorAdd
Definition:
GUIEffectState.h:17
tdme.h
Generated by
1.9.1