UFO: Alien Invasion
|
#include <ui_node_image.h>
Data Fields | |
vec2_t | texh |
vec2_t | texl |
bool | preventRatio |
bool | mousefx |
Definition at line 38 of file ui_node_image.h.
bool imageExtraData_s::mousefx |
Definition at line 44 of file ui_node_image.h.
bool imageExtraData_s::preventRatio |
Definition at line 43 of file ui_node_image.h.
vec2_t imageExtraData_s::texh |
lower right texture coordinates, for text nodes texh[0] is the line height and texh[1] tabs width
Definition at line 41 of file ui_node_image.h.
vec2_t imageExtraData_s::texl |
upper left texture coordinates
Definition at line 42 of file ui_node_image.h.