Exemple #1
0
 public Text(ShaderProgram program, BMFont font, string text, BMFont.Justification justification = BMFont.Justification.Left)
     : this(program, font, text, new Vector3(1, 1, 1), justification)
 {
 }
Exemple #2
0
 public void WriteLine(Vector3 color, string message, BMFont customFont)
 {
     textBox.WriteLine(color, message, customFont);
 }