示例#1
0
 public Caret()
 {
     caption = new Content.TextGraphic
     {
         Text = "" + Content.FontImplementation.CaretChar
     };
     //caption.Position = new Vector3(0, 0, -0.1f);
     Visible    = false;
     Updateable = true;
 }
示例#2
0
 public Caret()
 {
     caption = new Content.TextGraphic
     {
         Text = "" + Content.FontImplementation.CaretChar
     };
     //caption.Position = new Vector3(0, 0, -0.1f);
     Visible = false;
     Updateable = true;
 }