예제 #1
0
 public static BoxGroup Do(string label)
 {
     EditorHelper.BeginBox(label);
     return(new BoxGroup());
 }
예제 #2
0
 public static BoxGroup Do(ref Vector2 scroll, string label)
 {
     scroll = EditorHelper.BeginBox(scroll, label);
     return(new BoxGroup());
 }