Пример #1
0
 public void SetDrawAction(DrawLambda d)
 {
     draw = d;
 }
Пример #2
0
 public void SetDrawAction(DrawLambda d)
 {
     draw = d;
 }
Пример #3
0
 public GUIObject(string n, Rect r, string t, DrawLambda l = null)
 {
     name = n; rect = r; text = t; draw = l; children = new List<GUIObject>();
 }
Пример #4
0
 public GUIObject(string n, Rect r, string t, DrawLambda l = null)
 {
     name = n; rect = r; text = t; draw = l; children = new List <GUIObject>();
 }