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

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

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

SubstanceImporter

class in UnityEditor

/

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

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

Успех!

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

Закрыть

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

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

Закрыть

Отменить

Руководство

Описание

The SubstanceImporter class lets you access the imported ProceduralMaterial instances.

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

CloneMaterialClone an existing ProceduralMaterial instance.
DestroyMaterialDestroy an existing ProceduralMaterial instance.
ExportBitmapsExport the bitmaps generated by a ProceduralMaterial as TGA files.
ExportPresetExport a XML preset string with the value of all parameters of a given ProceduralMaterial to the specified folder.
GetAnimationUpdateRateGet the ProceduralMaterial animation update rate in millisecond.
GetGenerateAllOutputsCheck if the ProceduralMaterial needs to force generation of all its outputs.
GetGenerateMipMapsReturn true if the mipmaps are generated for this ProceduralMaterial.
GetMaterialCountGet the number of ProceduralMaterial instances.
GetMaterialOffsetGet the material offset, which is used for all the textures that are part of this ProceduralMaterial.
GetMaterialsGet an array with the ProceduralMaterial instances.
GetMaterialScaleGet the material scale, which is used for all the textures that are part of this ProceduralMaterial.
GetPlatformTextureSettingsGet the import settings for a given ProceduralMaterial for a given platform (width and height, RAW/Compressed format, loading behavior).
GetPrototypeNamesGet a list of the names of the ProceduralMaterial prototypes in the package.
GetTextureAlphaSourceGet the alpha source of the given texture in the ProceduralMaterial.
InstantiateMaterialInstantiate a new ProceduralMaterial instance from a prototype.
OnShaderModifiedAfter modifying the shader of a ProceduralMaterial, call this function to apply the changes to the importer.
RenameMaterialRename an existing ProceduralMaterial instance.
ResetMaterialReset the ProceduralMaterial to its default values.
SetAnimationUpdateRateSet the ProceduralMaterial animation update rate in millisecond.
SetGenerateAllOutputsSpecify if the ProceduralMaterial needs to force generation of all its outputs.
SetGenerateMipMapsForce the generation of mipmaps for this ProceduralMaterial.
SetMaterialOffsetSet the material offset, which is used for all the textures that are part of this ProceduralMaterial.
SetMaterialScaleSet the material scale, which is used for all the textures that are part of this ProceduralMaterial.
SetPlatformTextureSettingsSet the import settings for the input ProceduralMaterial for the input platform.
SetTextureAlphaSourceSet the alpha source of the given texture in the ProceduralMaterial.

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

Переменные

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.