public override void PreInit()
 {
     drawText = new DrawableText();
     drawText.Text = "";
     OnRecompute += OnSelfCompute;
 }
Exemple #2
0
 public void Remove(DrawableText t)
 {
     texts.Remove(t);
 }
Exemple #3
0
 public void Add(DrawableText t)
 {
     texts.Add(t);
 }
 public void Add(DrawableText t)
 {
     texts.Add(t);
 }
 public void Remove(DrawableText t)
 {
     texts.Remove(t);
 }
Exemple #6
0
 public override void PreInit()
 {
     drawText      = new DrawableText();
     drawText.Text = "";
     OnRecompute  += OnSelfCompute;
 }