public static GUIStyle Get(string name, bool copy = false) { return(Style.Get(GUI.skin, name, copy)); }
public static GUIStyle Get(string skin, string name, bool copy = false) { var guiSkin = FileManager.GetAsset <GUISkin>(skin); return(Style.Get(guiSkin, name, copy)); }