TDME2 1.9.121
Public Attributes | List of all members
GUIEffectState Struct Reference

GUI effect state. More...

#include <tdme/gui/effects/GUIEffectState.h>

Collaboration diagram for GUIEffectState:
Collaboration graph

Public Attributes

float positionX { 0.0f }
 
float positionY { 0.0f }
 
GUIColor colorAdd { 0.0f, 0.0f, 0.0f, 0.0f }
 
GUIColor colorMul { 1.0f, 1.0f, 1.0f, 1.0f }
 

Detailed Description

GUI effect state.

Author
Andreas Drewke
Version
$Id$

Definition at line 14 of file GUIEffectState.h.

Member Data Documentation

◆ colorAdd

GUIColor colorAdd { 0.0f, 0.0f, 0.0f, 0.0f }

Definition at line 18 of file GUIEffectState.h.

◆ colorMul

GUIColor colorMul { 1.0f, 1.0f, 1.0f, 1.0f }

Definition at line 19 of file GUIEffectState.h.

◆ positionX

float positionX { 0.0f }

Definition at line 16 of file GUIEffectState.h.

◆ positionY

float positionY { 0.0f }

Definition at line 17 of file GUIEffectState.h.


The documentation for this struct was generated from the following file: