鸟语天空
GUIStyle
post by:追风剑情 2015-11-26 17:13

using UnityEngine;
using System.Collections;

public class GUITest : MonoBehaviour {

    public GUIStyle myGUIStyle;

	void OnGUI () {
        if (GUILayout.Button("Button Use custom GUISkin", myGUIStyle))
        {

        }
	}
}

myGUIStyle.png

运行效果

run.png

评论:
发表评论:
昵称

邮件地址 (选填)

个人主页 (选填)

内容