Version: 2020.3
言語: 日本語

TextureGenerationSettings

struct in UnityEditor.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.
secondarySpriteTexturesSecondary textures for the generated Sprites.
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.