Merge branch 'xxSeys1-NoExpandFlipChannel'

This commit is contained in:
Wojtek Figat
2025-04-07 21:49:11 +02:00

View File

@@ -62,7 +62,7 @@ API_CLASS(Namespace="FlaxEngine.Tools", Static) class FLAXENGINE_API TextureTool
bool FlipX = false;
// Invert the red channel.
API_FIELD(Attributes = "EditorOrder(72), EditorDisplay(\"Invert Channels\"), ExpandGroups")
API_FIELD(Attributes="EditorOrder(72), EditorDisplay(\"Invert Channels\")")
bool InvertRedChannel = false;
// Invert the green channel. Good for OpenGL to DirectX conversion.