TDME2 1.9.121
|
GUI node border entity. More...
#include <tdme/gui/nodes/GUINode_Border.h>
Public Attributes | |
GUIColor | leftColor |
GUIColor | topColor |
GUIColor | rightColor |
GUIColor | bottomColor |
int | left { 0 } |
int | top { 0 } |
int | right { 0 } |
int | bottom { 0 } |
int bottom { 0 } |
Definition at line 33 of file GUINode_Border.h.
GUIColor bottomColor |
Definition at line 29 of file GUINode_Border.h.
int left { 0 } |
Definition at line 30 of file GUINode_Border.h.
GUIColor leftColor |
Definition at line 26 of file GUINode_Border.h.
int right { 0 } |
Definition at line 32 of file GUINode_Border.h.
GUIColor rightColor |
Definition at line 28 of file GUINode_Border.h.
int top { 0 } |
Definition at line 31 of file GUINode_Border.h.
GUIColor topColor |
Definition at line 27 of file GUINode_Border.h.