position | テクスチャを描画するスクリーン上の Rect |
image | 表示する Texture |
mat | テクスチャを描画するときに使用するマテリアル |
scaleMode | 描画されるものでアスペクト比が合わないときに画像をどのようにスケーリングするか |
imageAspect | ソースのイメージに使用するアスペクト比。 0 (デフォルト)の場合はイメージの持つ縦横比が使用されます。 |
mipLevel | The mip-level to sample. If negative, the texture is sampled normally. Sets material _Mip property. |
矩形内にテクスチャを描画します。
If mat is null (the default), an appropriate material will be chosen for a RGBM or doubleLDR lightmap or a normal map
and the fallback blit material will be chosen otherwise.
Preview Texture in an Editor Window.