コード例 #1
0
ファイル: TEXT_IO.cs プロジェクト: TheByte/sones
 public Object ExportVertex(Vertex myVertex)
 {
     return myVertex.ToTEXT();
 }