public static void RemoveIcon(this GameObject gObj) { IconManager.RemoveIcon(gObj); }
public static void SetIcon(this GameObject gObj, Texture2D texture) { IconManager.SetIcon(gObj, texture); }