unreal.SlateBrushTileType
¶
- class unreal.SlateBrushTileType¶
Bases:
EnumBase
Enumerates tiling options for image drawing.
C++ Source:
Module: SlateCore
File: SlateBrush.h
- BOTH: SlateBrushTileType¶
Tile in both directions
- Type:
3
- HORIZONTAL: SlateBrushTileType¶
Tile the image horizontally
- Type:
1
- NO_TILE: SlateBrushTileType¶
Just stretch
- Type:
0
- VERTICAL: SlateBrushTileType¶
Tile the image vertically
- Type:
2