Esempio n. 1
0
 public void Load(GraphicsDevice graphicsDevice)
 {
     _circleTexture = DrawingHelper.CreateCircleTexture(graphicsDevice, _radius, _color, _borderColor);
 }