UFO: Alien Invasion
Loading...
Searching...
No Matches
ui_node_texture.cpp File Reference

The texture behaviour allow to draw a motif (an image) in all the surface of the a node. The image is not stretched but looped. More...

Include dependency graph for ui_node_texture.cpp:

Go to the source code of this file.

Macros

#define EXTRADATA_TYPE   0

Functions

void UI_RegisterTextureNode (uiBehaviour_t *behaviour)

Detailed Description

The texture behaviour allow to draw a motif (an image) in all the surface of the a node. The image is not stretched but looped.

texture background
{
image ui/wood
[..]
}

Definition in file ui_node_texture.cpp.

Macro Definition Documentation

◆ EXTRADATA_TYPE

#define EXTRADATA_TYPE   0

Definition at line 44 of file ui_node_texture.cpp.

Function Documentation

◆ UI_RegisterTextureNode()