コード例 #1
0
 public static void LabelWithShadow(GUIContent content, params GUILayoutOption[] options)
 {
     GUILayoutExt.LabelWithShadow(content, GUI.skin.label, options);
 }
コード例 #2
0
 public static void LabelWithShadow(string text, GUIStyle style, params GUILayoutOption[] options)
 {
     GUILayoutExt.LabelWithShadow(new GUIContent(text), style, options);
 }