EParticleSubUVInterpMethod
Namespace: UAssetAPI.UnrealTypes.EngineEnums
public enum EParticleSubUVInterpMethod
Inheritance Object → ValueType → Enum → EParticleSubUVInterpMethod
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
| Name | Value | Description |
|---|---|---|
| PSUVIM_None | 0 | |
| PSUVIM_Linear | 1 | |
| PSUVIM_Linear_Blend | 2 | |
| PSUVIM_Random | 3 | |
| PSUVIM_Random_Blend | 4 | |
| PSUVIM_MAX | 5 |