public void Draw(ITexture2D myTexture, Vector2 spritePosition, Color color) { self.Draw(myTexture.Real(), spritePosition, color); }