このページを含むバージョン:
このページを含まないバージョン:
要素がオンになり、押されたときのレンダリング設定
using UnityEngine; using System.Collections;public class ExampleClass : MonoBehaviour { void OnGUI() { GUI.skin.button.onActive.textColor = Color.yellow; } }