Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateBrush.h |
Include |
#include "Styling/SlateBrush.h" |
namespace ESlateBrushTileType
{
enum Type
{
NoTile,
Horizontal,
Vertical,
Both,
}
}
Name |
Description |
---|---|
NoTile |
Just stretch |
Horizontal |
Tile the image horizontally |
Vertical |
Tile the image vertically |
Both |
Tile in both directions |
Enumerates tiling options for image drawing.