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

TextureGenerationSettings

struct in UnityEditor.Experimental.AssetImporters

Cambiar al Manual

Descripción

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

Variables

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.

Constructores

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