Version: 5.3 (switch to 5.4b)
ЯзыкEnglish
  • C#
  • JS

Язык программирования

Выберите подходящий для вас язык программирования. Все примеры кода будут представлены на выбранном языке.

TextureImporter

class in UnityEditor

/

Наследует от:AssetImporter

Предложить изменения

Успех!

Благодарим вас за то, что вы помогаете нам улучшить качество документации по Unity. Однако, мы не можем принять любой перевод. Мы проверяем каждый предложенный вами вариант перевода и принимаем его только если он соответствует оригиналу.

Закрыть

Ошибка внесения изменений

По определённым причинам предложенный вами перевод не может быть принят. Пожалуйста <a>попробуйте снова</a> через пару минут. И выражаем вам свою благодарность за то, что вы уделяете время, чтобы улучшить документацию по Unity.

Закрыть

Отменить

Руководство

Описание

Texture importer lets you modify Texture2D import settings from editor scripts.

Settings of this class match the ones exposed in Texture Import Settings.

Переменные

anisoLevelAnisotropic filtering level of the texture.
borderMipmapKeep texture borders the same when generating mipmaps?
compressionQualityQuality of Texture Compression in the range [0..100].
convertToNormalmapConvert heightmap to normal map?
fadeoutFade out mip levels to gray color?
filterModeFiltering mode of the texture.
generateCubemapCubemap generation mode.
generateMipsInLinearSpaceShould mip maps be generated with gamma correction?
grayscaleToAlphaGenerate alpha channel from intensity?
heightmapScaleAmount of bumpyness in the heightmap.
isReadableIs texture data readable from scripts.
lightmapIs this texture a lightmap?
linearTextureIs texture storing non-color data?
maxTextureSizeMaximum texture size.
mipMapBiasMip map bias of the texture.
mipmapEnabledGenerate mip maps for the texture?
mipmapFadeDistanceEndMip level where texture is faded out completely.
mipmapFadeDistanceStartMip level where texture begins to fade out.
mipmapFilterMipmap filtering mode.
normalmapIs this texture a normal map?
normalmapFilterNormal map filtering mode.
npotScaleScaling mode for non power of two textures.
qualifiesForSpritePackingReturns true if this TextureImporter is setup for Sprite packing.
spriteBorderBorder sizes of the generated sprites.
spriteImportModeSelects Single or Manual import mode for Sprite textures.
spritePackingTagSelects the Sprite packing tag.
spritePivotThe point in the Sprite object's coordinate space where the graphic is located.
spritePixelsPerUnitThe number of pixels in the sprite that correspond to one unit in world space.
spritesheetArray representing the sections of the atlas corresponding to individual sprite graphics.
textureFormatFormat of imported texture.
textureTypeWhich type of texture are we dealing with here.
wrapModeWrap mode (Repeat or Clamp) of the texture.

Открытые функции

ClearPlatformTextureSettingsClear specific target platform settings.
DoesSourceTextureHaveAlphaDoes textures source image have alpha channel.
GetAllowsAlphaSplittingGetter for the flag that allows Alpha splitting on the imported texture when needed (for example ETC1 compression for textures with transparency).
GetPlatformTextureSettingsGet platform specific texture settings.
ReadTextureImportInstructionsReads the active texture output instructions of this TextureImporter.
ReadTextureSettingsRead texture settings into TextureImporterSettings class.
SetAllowsAlphaSplittingSetter for the flag that allows Alpha splitting on the imported texture when needed (for example ETC1 compression for textures with transparency).
SetPlatformTextureSettingsSet specific target platform settings.
SetTextureSettingsSet texture importers settings from TextureImporterSettings class.

Унаследованные члены

Переменные

assetBundleNameGet or set the AssetBundle name.
assetBundleVariantПолучите или установите любые пользовательские данные.
assetPathИмя пути ассета для этого импортера. (Read Only)
userDataПолучите или установите любые пользовательские данные.
hideFlagsShould the object be hidden, saved with the scene or modifiable by the user?
nameThe name of the object.

Открытые функции

SaveAndReimportSave asset importer settings if asset importer is dirty.
SetAssetBundleNameAndVariantПолучите или установите любые пользовательские данные.
GetInstanceIDReturns the instance id of the object.
ToStringReturns the name of the game object.

Статические функции

GetAtPathВосстанавливает импортер ассетов для ассета в path.
DestroyRemoves a gameobject, component or asset.
DestroyImmediateDestroys the object obj immediately. You are strongly recommended to use Destroy instead.
DontDestroyOnLoadMakes the object target not be destroyed automatically when loading a new scene.
FindObjectOfTypeReturns the first active loaded object of Type type.
FindObjectsOfTypeReturns a list of all active loaded objects of Type type.
InstantiateReturns a copy of the object original.

Операторы

boolDoes the object exist?
operator !=Compares if two objects refer to a different object.
operator ==Compares two object references to see if they refer to the same object.