版本:Unity 6 (6000.0)
语言简体中文
  • C#

TextureImporterSettings.ApplyTextureType

建议修改

成功!

感谢您帮助我们改进 Unity 文档的质量。虽然我们无法接受所有提交,但我们会阅读用户提出的每项更改建议,并在必要时进行更新。

关闭

提交失败

由于某些原因,无法提交您建议的更改。请在几分钟后<a>重试</a>。感谢您抽出时间帮助我们改进 Unity 文档的质量。

关闭

取消

已过时 ApplyTextureType(TextureImporterType, bool) 已弃用,请使用 ApplyTextureType(TextureImporterType)。

声明

public void ApplyTextureType(TextureImporterType type, bool applyAll);

参数

type 纹理类型。请参见 TextureImporterType
applyAll 如果为 false,则仅更改特定属性。具体取决于 type

描述

配置参数以导入用于 type 目的的纹理,如此处所述。