Version: 5.3

TextureImporter.GetPlatformTextureSettings

매뉴얼로 전환
public bool GetPlatformTextureSettings (string platform, out int maxTextureSize, out TextureImporterFormat textureFormat, out int compressionQuality);

파라미터

platform The platform whose settings are required (see below).
maxTextureSize Maximum texture width/height in pixels.
textureFormat Data format of the texture.
compressionQuality Value from 0..100, equivalent to the standard JPEG quality setting.

설명

Get platform specific texture settings.

The values for the chosen platform are returned in the "out" parameters. The options for the platform string are "Web", "Standalone", "iPhone" and "Android".


public bool GetPlatformTextureSettings (string platform, out int maxTextureSize, out TextureImporterFormat textureFormat);

파라미터

platform The platform whose settings are required (see below).
maxTextureSize Maximum texture width/height in pixels.
textureFormat Data format of the texture.

설명

Get platform specific texture settings.

The values for the chosen platform are returned in the "out" parameters. The options for the platform string are "Web", "Standalone", "iPhone" and "Android".