Version: 2021.2

TextureImporter.DoesSourceTextureHaveAlpha

切换到手册
public bool DoesSourceTextureHaveAlpha ();

描述

Allows you to check whether the texture source image has an alpha channel.

This method throws an exception if the texture has not finished importing. For example, it would throw an exception if you called this method in an AssetPostprocessor.OnPreprocessAsset callback.