Version: 2020.3
언어: 한국어
public GUIStyleState onNormal ;

설명

Rendering settings for when the control is turned on.

using UnityEngine;

public class Example : MonoBehaviour { void OnGUI() { GUI.skin.button.onNormal.textColor = Color.red; } }