public enum ENMapLayout : System.Enum
public enum ENMapLayout : System.Enum
Member | Description |
---|---|
Centered | Similar to fitted. When used on the background object it also preserves the real original texture dimensions. |
CropFitted | Stretches the texture until its larger dimension fits the object. This layout mode preserves the texture dimensions ratio (aspect). |
Fitted | Stretches the texture until its smaller dimension fits the object. This layout mode preserves the texture dimensions ratio (aspect). |
Stretched | Stretches the texture along the X and Y axes until it fits the object. It does not preserve the original texture dimensions ratio (aspect). |
StretchedToHeight | Stretches the texture by height until it fits. This layout mode preserves the texture dimensions ratio (aspect). |
StretchedToWidth | Stretches the texture by width until it fits. This layout mode preserves the texture dimensions ratio (aspect). |
Tiled | Repeats the texture along the X and Y axes. This layout mode preserves the texture dimensions ratio (aspect). |
System.Object
System.ValueType
System.Enum
Nevron.Nov.GraphicsGL.ENMapLayout
Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)