Version: 2021.3

TextureImporter.IsPlatformTextureFormatValid

切换到手册
public static bool IsPlatformTextureFormatValid (TextureImporterType textureType, BuildTarget target, TextureImporterFormat currentFormat);

参数

textureType 导入器使用的 TextureImporterType。
target The platform that the setting targets, referred to as the BuilTarget.
currentFormat 要验证的 TextureImporterFormat。

返回

bool Returns true if TextureImporterFormat is valid and can be set. Returns false otherwise.

描述

Validates TextureImporterFormat based on a specified import type (TextureImporterType) and a specified build target (BuildTarget.).

TextureImporterFormat is not available for all platforms based on the TextureImporterType of a given Texture. Use this method to check that the format set with SetPlatformTextureSettings is a valid format.