TextureImporterAlphaSource
Select how the alpha of the imported texture is generated.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Enum
- Namespace: UnityEditor
- Assembly: UnityEditor
public enum TextureImporterAlphaSource
Fields
Value | Description |
|---|---|
| FromGrayScale | Generate Alpha from image gray scale. |
| FromInput | Use Alpha from the input texture if one is provided. |
| None | No Alpha will be used. |