码迷,mamicode.com
首页 > 编程语言 > 详细

Unity --- 如何简单的判断图片是否含有 alpha channel

时间:2019-04-09 16:42:58      阅读:290      评论:0      收藏:0      [点我收藏+]

标签:sse   bug   code   image   判断   span   source   div   --   

1 var texImporter = AssetImporter.GetAtPath(assetPath) as TextureImporter;
2 if (texImporter.DoesSourceTextureHaveAlpha())
3 {
4     Debug.Log("textures source image don‘t have alpha channel ");
5 }
6 else
7 {
8     Debug.Log("textures source image have alpha channel ");
9 }

Unity --- 如何简单的判断图片是否含有 alpha channel

标签:sse   bug   code   image   判断   span   source   div   --   

原文地址:https://www.cnblogs.com/luguoshuai/p/10677717.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!