예제 #1
0
 public string ToText(int sliceId, bool isSimple = false)
 {
     return(TextConventer.ToText(new KeyValuePair <int, Slice>(sliceId, this), isSimple));
 }
예제 #2
0
파일: Row.cs 프로젝트: HavenDV/MakeRuler
 public string ToText(int rowId, bool isSimple = false)
 {
     return(TextConventer.ToText(new KeyValuePair <int, Row>(rowId, this), isSimple));
 }
예제 #3
0
파일: Scene.cs 프로젝트: HavenDV/MakeRuler
 public string ToText()
 {
     return(TextConventer.ToText(this));
 }