Esempio n. 1
0
 public static GUIStyle IndentStyle(this GUIStyle style, int indentLevel)
 {
     style.margin.left = MightyGUIUtilities.GetIndentWidth(indentLevel);
     return(style);
 }