示例#1
0
文件: TEXT_IO.cs 项目: TheByte/sones
 public Object ExportVertex(Vertex myVertex)
 {
     return myVertex.ToTEXT();
 }