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