このページを含むバージョン:
このページを含まないバージョン:
マウスがコントロールの上にあるときのレンダリング設定
using UnityEngine; using System.Collections;public class ExampleClass : MonoBehaviour { void OnGUI() { Debug.Log(GUI.skin.button.hover.textColor); } }