コード例 #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));
 }