コード例 #1
0
ファイル: Mobile.cs プロジェクト: uotools/PlayUO
 public void DrawGame(Texture t, int x, int y)
 {
     if (this.m_vCache == null)
     {
         this.m_vCache = new AnimationVertexCache();
     }
     this.m_vCache.DrawGame(t, x, y);
 }
コード例 #2
0
ファイル: Mobile.cs プロジェクト: Skinny1001/PlayUO
 public void DrawGame(Texture t, int x, int y)
 {
     if (this.m_vCache == null)
     {
         this.m_vCache = new AnimationVertexCache();
     }
     this.m_vCache.DrawGame(t, x, y);
 }