コード例 #1
0
ファイル: SnakeGameComponent.cs プロジェクト: tryparse/snake
 public void DebugDraw(SpriteBatch spriteBatch, Vector2 pov, float radius)
 {
     _graphicsComponent.DebugDraw(spriteBatch, pov, radius);
 }
コード例 #2
0
ファイル: FoodComponent.cs プロジェクト: tryparse/snake
 public void DrawDebug(SpriteBatch spriteBatch)
 {
     _graphicsComponent.DebugDraw(spriteBatch, Vector2.One, 0f);
 }