Exemplo n.º 1
0
 public void SetDrawAction(DrawLambda d)
 {
     draw = d;
 }
Exemplo n.º 2
0
 public void SetDrawAction(DrawLambda d)
 {
     draw = d;
 }
Exemplo n.º 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>();
 }
Exemplo n.º 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>();
 }