最終更新:2019-11-12 (火) 14:39:05 (1624d)  

UnityEngine.GUIStyle
Top / UnityEngine.GUIStyle

https://docs.unity3d.com/ja/2018.2/ScriptReference/GUIStyle.html

メモ

  • GUIStyle style = new GUIStyle("button");
    // or
    GUIStyle style = new GUIStyle(GUI.skin.button);

関数

GUI.skin

  • GUI.skin.label?
  • GUI.skin.box?
  • GUI.skin.button?
  • GUI.skin.toggle?
  • GUI.skin.horizontalScrollbar?

関連

参考