var style = new GUIStyle(GUI.skin.button);
style.normal.textColor = Color.blue;
style.fontSize = 70;
if (GUILayout.Button("초기화", style))
{
}
'Unity > Editor Inspector' 카테고리의 다른 글
상속받은 모노에 에디트 둘다 사용하기. (0) | 2024.09.06 |
---|---|
EditorWindow 에서 OnSelectionChange 호출. (0) | 2021.05.24 |
editor 에서 Selection (0) | 2020.11.16 |
클래스 상단에 입력되는 Attribute (0) | 2019.05.28 |
클래스 안에 적용되는 Attribute (0) | 2019.05.28 |