GetSourceTextureWidthAndHeight(out int, out int)
Gets the source texture's width and height.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor
GetSourceTextureWidthAndHeight(int, int)
public void GetSourceTextureWidthAndHeight(out int width, out int height)
Parameters
Remarks
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.