示例#1
0
 public void DebugDraw(SpriteBatch spriteBatch, Vector2 pov, float radius)
 {
     _graphicsComponent.DebugDraw(spriteBatch, pov, radius);
 }
示例#2
0
 public void DrawDebug(SpriteBatch spriteBatch)
 {
     _graphicsComponent.DebugDraw(spriteBatch, Vector2.One, 0f);
 }