Version: 2018.4
public GUIStyleState normal ;

説明

コンポーネントが正常に表示されたときのレンダリング設定

using UnityEngine;

public class Example : MonoBehaviour { // Prints the text color that button is using.

void OnGUI() { Debug.Log(GUI.skin.button.normal.textColor); } }