TextureImporterSettings.ApplyTextureType 应用纹理类型


function ApplyTextureType (type : TextureImporterType, applyAll : bool) : void

Parameters参数

  • type
    Texture type. See TextureImporterType.
       纹理类型。
  • applyAll
    If false, change only specific properties. Exactly which, depends on type.
       

    如果为假,只改变特定属性,确切取决于type

Description描述

Configure parameters to import a texture for a purpose of type, as described here.

为type,配置导入纹理参数,参见:TextureImporterType。


,