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