Exemplo n.º 1
0
 public static void AddWorldText(string str, Vector3 pos, int gradientID = 0)
 {
     manager.AddWorldTextP(str, pos, gradientID);
 }