コード例 #1
0
ファイル: Test.cs プロジェクト: craftworkgames/VelcroPhysics
 public void DrawTitle(int x, int y, string title)
 {
     DebugView.DrawString(x, y, title);
 }
コード例 #2
0
ファイル: Test.cs プロジェクト: janissimsons/VelcroPhysics
 protected void DrawString(string text)
 {
     DebugView.DrawString(50, TextLine, text);
     TextLine += 15;
 }