Version: 2021.2
언어: 한국어

TextureImporter.GetSourceTextureWidthAndHeight

매뉴얼로 전환
public void GetSourceTextureWidthAndHeight (out int width, out int height);

파라미터

width The source texture's width.
height The source texture's height.

설명

Gets the source texture's width and height.

Texture importer settings can affect the width and height of the imported texture. This method provides the source image's dimensions. This method throws an exception if the texture has not finished importing. For example, it would throw an exception if you called this method in an AssetPostprocessor.OnPreprocessAsset callback.