Experimental: this API is experimental and might be changed or removed in the future.

TextureGenerationSettings

struct in UnityEditor.Experimental.AssetImporters

매뉴얼로 전환

설명

Represents how a texture should be generated from calling TextureGenerator.GenerateTexture.

변수

assetPathPath where the Asset will be placed.
enablePostProcessorWhen set to true, AssetPostprocessor hooks will be called during texture generation.
platformSettingsPlatform settings for generating the texture.
qualifyForSpritePackingIndicates if the Sprite generated can be used for atlas packing.
sourceTextureInformationTexture format for the image data.
spriteImportData Sprite Asset generation data.
spritePackingTagTag used for Sprite packing.
textureImporterSettingsSettings for generating texture.

생성자

TextureGenerationSettingsThe Constructor initializes to most common value based on the TetureImporterType you pass in.