コード例 #1
0
 public static void RemoveIcon(this GameObject gObj)
 {
     IconManager.RemoveIcon(gObj);
 }
コード例 #2
0
 public static void SetIcon(this GameObject gObj, Texture2D texture)
 {
     IconManager.SetIcon(gObj, texture);
 }