ETextureSizingType
Namespace: UAssetAPI.UnrealTypes.EngineEnums
public enum ETextureSizingType
Inheritance Object → ValueType → Enum → ETextureSizingType
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
| Name | Value | Description |
|---|---|---|
| TextureSizingType_UseSingleTextureSize | 0 | |
| TextureSizingType_UseAutomaticBiasedSizes | 1 | |
| TextureSizingType_UseManualOverrideTextureSize | 2 | |
| TextureSizingType_UseSimplygonAutomaticSizing | 3 | |
| TextureSizingType_MAX | 4 |