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

#include <ui_nodes.h>

Collaboration diagram for uiExcludeRect_t:
Collaboration graph

Data Fields

vec2_t pos
vec2_t size
struct uiExcludeRect_s * next

Detailed Description

Definition at line 41 of file ui_nodes.h.

Field Documentation

◆ next

struct uiExcludeRect_s* uiExcludeRect_t::next

next exclude rect used by the node

Definition at line 47 of file ui_nodes.h.

Referenced by UI_GetNodeInTreeAtPosition(), and UI_ParseExcludeRect().

◆ pos

vec2_t uiExcludeRect_t::pos

position of the exclude rect relative to node position

Definition at line 43 of file ui_nodes.h.

◆ size

vec2_t uiExcludeRect_t::size

size of the exclude rect

Definition at line 45 of file ui_nodes.h.


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