UFO: Alien Invasion
Loading...
Searching...
No Matches
uiSprite_t Struct Reference

#include <ui_sprite.h>

Collaboration diagram for uiSprite_t:
Collaboration graph

Data Fields

char name [MAX_VAR]
vec2_t size
bool single
bool blend
bool pack64
bool tiled_17_1_3
bool tiled_25_1_3
bool tiled_popup
int border
vec4_t color [SPRITE_STATUS_MAX]
char * image [SPRITE_STATUS_MAX]
vec2_t pos [SPRITE_STATUS_MAX]

Detailed Description

Definition at line 41 of file ui_sprite.h.

Field Documentation

◆ blend

bool uiSprite_t::blend

Definition at line 45 of file ui_sprite.h.

Referenced by UI_DrawSpriteInBox().

◆ border

int uiSprite_t::border

Definition at line 50 of file ui_sprite.h.

Referenced by UI_DrawSpriteInBox().

◆ color

vec4_t uiSprite_t::color[SPRITE_STATUS_MAX]

Definition at line 52 of file ui_sprite.h.

Referenced by UI_DrawSpriteInBox().

◆ image

char* uiSprite_t::image[SPRITE_STATUS_MAX]

Definition at line 53 of file ui_sprite.h.

Referenced by UI_AutoGenerateSprite(), and UI_DrawSpriteInBox().

◆ name

char uiSprite_t::name[MAX_VAR]

Definition at line 42 of file ui_sprite.h.

Referenced by UI_AllocStaticSprite(), and UI_ParseSprite().

◆ pack64

bool uiSprite_t::pack64

Definition at line 46 of file ui_sprite.h.

Referenced by UI_DrawSpriteInBox().

◆ pos

vec2_t uiSprite_t::pos[SPRITE_STATUS_MAX]

Definition at line 54 of file ui_sprite.h.

Referenced by UI_DrawSpriteInBox().

◆ single

bool uiSprite_t::single

Definition at line 44 of file ui_sprite.h.

Referenced by UI_DrawSpriteInBox().

◆ size

vec2_t uiSprite_t::size

Definition at line 43 of file ui_sprite.h.

Referenced by uiOptionTreeNode::draw(), UI_AutoGenerateSprite(), and UI_DrawSpriteInBox().

◆ tiled_17_1_3

bool uiSprite_t::tiled_17_1_3

Definition at line 47 of file ui_sprite.h.

Referenced by UI_DrawSpriteInBox().

◆ tiled_25_1_3

bool uiSprite_t::tiled_25_1_3

Definition at line 48 of file ui_sprite.h.

Referenced by UI_DrawSpriteInBox().

◆ tiled_popup

bool uiSprite_t::tiled_popup

Definition at line 49 of file ui_sprite.h.

Referenced by UI_DrawSpriteInBox().


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