Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateBrush.h |
Include |
#include "Styling/SlateBrush.h" |
namespace ESlateBrushMirrorType
{
enum Type
{
NoMirror,
Horizontal,
Vertical,
Both,
}
}
Name |
Description |
---|---|
NoMirror |
Don't mirror anything, just draw the texture as it is. |
Horizontal |
Mirror the image horizontally. |
Vertical |
Mirror the image vertically. |
Both |
Mirror in both directions. |
Possible options for mirroring the brush image