Enum TextureProfile.TextureScalingType
Texture Scaling Type.
Namespace: Evergine.Assets.Exporters
Assembly: Evergine.Assets.dll
Syntax
public enum TextureProfile.TextureScalingType
Fields
Name | Description |
---|---|
Freeform | Free form scaling |
Original | Use the original size |
Percentage | Percentage scaling |
PowerOfTwo | The closest power of two |
SquarePowerOfTwo | THe closest square power of two |