unreal.SlateBrushMirrorType¶
- class unreal.SlateBrushMirrorType¶
Bases:
EnumBasePossible options for mirroring the brush image
C++ Source:
Module: SlateCore
File: SlateBrush.h
- BOTH: SlateBrushMirrorType = Ellipsis¶
Mirror in both directions.
- Type:
3
- HORIZONTAL: SlateBrushMirrorType = Ellipsis¶
Mirror the image horizontally.
- Type:
1
- NO_MIRROR: SlateBrushMirrorType = Ellipsis¶
Don’t mirror anything, just draw the texture as it is.
- Type:
0
- VERTICAL: SlateBrushMirrorType = Ellipsis¶
Mirror the image vertically.
- Type:
2