public static void LabelWithShadow(GUIContent content, params GUILayoutOption[] options) { GUILayoutExt.LabelWithShadow(content, GUI.skin.label, options); }
public static void LabelWithShadow(string text, GUIStyle style, params GUILayoutOption[] options) { GUILayoutExt.LabelWithShadow(new GUIContent(text), style, options); }