Version: 2022.2

TextureImporter

class in UnityEditor

/

继承自:AssetImporter

切换到手册

描述

纹理导入器允许您从编辑器脚本修改 Texture2D 导入设置。

Settings of this class cover most of the settings exposed in Texture Import Settings. Some settings require you to use TextureImporterSettings. Refer to TextureImporter.SetTextureSettings).

变量

allowAlphaSplitting允许在相关平台上对此纹理进行 Alpha 通道分离。
alphaIsTransparencyIf the alpha channel of your texture represents transparency, enable this property to dilate the color channels of visible texels into fully transparent areas. This effectively adds padding around transparent areas that prevents filtering artifacts from forming on their edges. Unity does not support this property for HDR textures.This property makes the color data of invisible texels undefined. Disable this property to preserve invisible texels' original color data.
alphaSource选择生成导入纹理的 Alpha 的方式。
alphaTestReferenceValue返回或分配 Alpha 测试参考值。
androidETC2FallbackOverride不支持 ETC2 的 Android 设备上的 ETC2 纹理解压缩回退重载。
anisoLevel纹理的各向异性过滤级别。
borderMipmapKeeps texture borders the same when generating mipmaps.
compressionQualityThe quality of Crunch texture compression. The range is 0 through 100. A higher quality means larger textures and longer compression times.
convertToNormalmapConvert heightmap to normal map
crunchedCompression使用经过 Crunch 处理的压缩(如果可用)。
fadeoutFade out mip levels to gray color.
filterMode纹理的过滤模式。
flipGreenChannelIndicates whether to invert the green channel values of a normal map.
generateCubemap立方体贴图生成模式。
heightmapScale高度贴图中的凹凸程度。
ignoreMipmapLimitEnable this flag for textures that should ignore mipmap limit settings.
ignorePngGammaIgnore the Gamma attribute in PNG files. This property does not effect other file formats.
isReadableWhether Unity stores an additional copy of the imported texture's pixel data in CPU-addressable memory.
maxTextureSize最大纹理大小。
mipMapBias纹理的多级渐进纹理偏差。
mipmapEnabled生成 MipMap。
mipmapFadeDistanceEnd纹理完全淡出的 Mip 级别。
mipmapFadeDistanceStart纹理开始淡出的 Mip 级别。
mipmapFilterMipmap 过滤模式。
mipmapLimitGroupNameName of the texture mipmap limit group to which this texture belongs.
mipMapsPreserveCoverageEnables or disables coverage-preserving alpha mipmapping.
normalmapFilter法线贴图过滤模式。
npotScale非二次幂纹理的缩放模式。
qualifiesForSpritePacking如果为精灵打包设置了此 TextureImporter,则返回 true。
secondarySpriteTextures用于导入的精灵的辅助纹理。
spriteBorder生成的精灵的边框大小。
spriteImportMode为精灵纹理选择 Single 或 Manual 导入模式。
spritePivot精灵对象坐标空间中图形所在的点。
spritePixelsPerUnit对应世界空间中一个单位的精灵中的像素数。
sRGBTextureWhether this texture stores data in sRGB (also called gamma) color space.
streamingMipmaps为此纹理启用 Mipmap 串流。
streamingMipmapsPriority在减小内存大小以达到内存预算时此纹理的相对优先级。
swizzleASpecifies the source for the texture's alpha color channel data.
swizzleBSpecifies the source for the texture's blue color channel data.
swizzleGSpecifies the source for the texture's green color channel data.
swizzleRSpecifies the source for the texture's red color channel data.
textureCompression导入纹理的压缩。
textureShapeThe shape of the imported texture.
textureType我们现在处理的纹理类型。
vtOnlyWhen enabled, this texture can solely be used in combination with a Texture Stack for Virtual Texturing. When enabled the texture is not guaranteed to be available as a Texture2D in the Player (e.g., not accessible from a script). When disabled, the Player includes the texture both as a Texture2D (e.g., accessible from script) and as a streamable texture in a Texture Stack.
wrapMode纹理坐标换行模式。
wrapModeU纹理 U 坐标换行模式。
wrapModeV纹理 V 坐标换行模式。
wrapModeW Texture3D 的纹理 W 坐标换行模式。

公共函数

ClearPlatformTextureSettingsClears specific target platform settings.
DoesSourceTextureHaveAlphaAllows you to check whether the texture source image has an alpha channel.
GetAutomaticFormat返回将为此平台自动选择的 TextureImporterFormat。
GetDefaultPlatformTextureSettingsGets the default platform specific texture settings.
GetPlatformTextureSettingsGets platform specific texture settings.
GetSourceTextureWidthAndHeightGets the source texture's width and height.
ReadTextureImportInstructions读取此 TextureImporter 的活动纹理输出指令。
ReadTextureSettings将纹理设置读入 TextureImporterSettings 类。
SetPlatformTextureSettingsSets specific target platform settings.
SetTextureSettingsSets texture importers settings from TextureImporterSettings class.

静态函数

IsDefaultPlatformTextureFormatValidValidates TextureImporterFormat based on the type of the current format (TextureImporterType) and the default platform.
IsPlatformTextureFormatValidValidates TextureImporterFormat based on a specified import type (TextureImporterType) and a specified build target (BuildTarget.).

继承的成员

变量

assetBundleName获取或设置 AssetBundle 名称。
assetBundleVariant获取或设置 AssetBundle 变体。
assetPath此导入器的资源的路径名称。(只读)
importSettingsMissing如果导入的资源未随附任何元文件,则此值为 true。
userData获取或设置任意用户数据。
hideFlags该对象应该隐藏、随场景一起保存还是由用户修改?
name对象的名称。

公共函数

AddRemap将子资源从导入的资源(例如 FBX 文件)映射到同类型的外部资源。
GetExternalObjectMap获取 AssetImporter 使用的外部对象映射的副本。
RemoveRemap从外部对象的映射中删除项。
SaveAndReimport如果资源导入器已标记为“脏”,则保存资源导入器设置。
SetAssetBundleNameAndVariant设置 AssetBundle 名称和变体。
SupportsRemappedAssetType检查 AssetImporter 是否支持重新映射给定的资源类型。
GetInstanceIDGets the instance ID of the object.
ToString返回对象的名称。

静态函数

GetAtPath在 path 处检索资源的资源导入器。
GetImportLogRetrieves logs generated during the import of the asset at path.
Destroy移除 GameObject、组件或资源。
DestroyImmediate立即销毁对象 /obj/。强烈建议您改用 Destroy。
DontDestroyOnLoad在加载新的 Scene 时,请勿销毁 Object。
FindAnyObjectByTypeRetrieves any active loaded object of Type type.
FindFirstObjectByTypeRetrieves the first active loaded object of Type type.
FindObjectOfType返回第一个类型为 type 的已加载的激活对象。
FindObjectsByTypeRetrieves a list of all loaded objects of Type type.
FindObjectsOfTypeGets a list of all loaded objects of Type type.
Instantiate克隆 original 对象并返回克隆对象。

运算符

bool该对象是否存在?
operator !=比较两个对象是否引用不同的对象。
operator ==比较两个对象引用,判断它们是否引用同一个对象。