Version: 2021.1
LanguageEnglish
  • C#

TextureImporterSettings.ApplyTextureType

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Obsolete ApplyTextureType(TextureImporterType, bool) is deprecated, use ApplyTextureType(TextureImporterType).

Declaration

public void ApplyTextureType(TextureImporterType type, bool applyAll);

Parameters

type Texture type. See TextureImporterType.
applyAll If false, change only specific properties. Exactly which, depends on type.

Description

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