近期热门
粉丝2
关注 0
获赞 0
如何设置GUI.button的透明度

[U3D] 如何设置GUI.button的透明度

[复制链接]
6835 0 0 0 10年前 举报
【自定义button按钮图案,未发现设置透明度选项】

自定义button按钮图案,未发现设置透明度选项

自定义button按钮图案,未发现设置透明度选项


【代码如下,红色为生成button代码,查找API只有三个参数可以设置】
var Screenwidth:int;
var Screenheight:int;
var count=0;
var obj:GameObject;
var mySkin:GUISkin;

Screenwidth=Screen.width;
Screenheight=Screen.height;

function OnGUI () {
        GUI.skin=mySkin;
        GUI.backgroundColor=Color.gray;
        if(GUI.Button(Rect(Screenwidth*0.8,Screenheight*0.72,100,100),"","start"))
        {       
                Application.LoadLevel(1);
        }
        if(GUI.Button(Rect(Screenwidth*0.7,Screenheight*0.8,50,50),"","achievement"))
        {       
                Application.LoadLevel(2);
        }
        if(GUI.Button(Rect(Screenwidth*0.93,Screenheight*0.14,30,30),"","setting"))
        {       
                Application.LoadLevel(3);
        }
        if(GUI.Button(Rect(Screenwidth*0.93,Screenheight*0.03,30,30),"","quit"))
        {       
                Application.Quit();
        }
}
【button呈现半透明,就像系统默认的button一样】

button透明度令人头疼

button透明度令人头疼


大作业,快要交了,求大神指点啊!!!!!


0
点赞
0
打赏
0
添加到收藏夹

0

点击复制链接

使用微信扫码分享
一次扣10个券
全部评论0
您需要登录后才可以回帖 登录

暂无评论,去成为第一人吧
您当前使用的浏览器IE内核版本过低会导致网站显示错误

请使用高速内核浏览器或其他浏览器