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 | Uses the original size |
Percentage | Percentage scaling. |
PowerOfTwo | The closest power of two. |
SquarePowerOfTwo | The closest square power of two |