Version: 5.6

TextureImporterPlatformSettings

class in UnityEditor

マニュアルに切り替える

説明

Stores platform specifics settings of a TextureImporter.

関連項目: TextureImporter

変数

allowsAlphaSplittingAllows Alpha splitting on the imported texture when needed (for example ETC1 compression for textures with transparency).
compressionQualityQuality of texture compression in the range [0..100].
crunchedCompressionUse crunch compression when available.
formatテクスチャの形式
maxTextureSizeテクスチャの最大サイズ
nameName of the build target.
overriddenSet to true in order to override the Default platform parameters by those provided in the TextureImporterPlatformSettings structure.
textureCompressionCompression of imported texture.

Public 関数

CopyToCopy parameters into another TextureImporterPlatformSettings object.