Exemplo n.º 1
0
 public static void Enable16()
 {
     KGFGUIUtility.SetSkinPath(itsGuiSkinPathDefault16);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Unity3d Awake is used here to set the correct skin
 /// </summary>
 private void Awake()
 {
     KGFGUIUtility.SetSkinPath("KGFSkins/" + itsSkinName + "/skins/skin_" + itsSkinName + "_32");
 }
Exemplo n.º 3
0
 public static void Enable32()
 {
     KGFGUIUtility.SetSkinPath(itsGuiSkinPathDefault32);
 }