Asteroids.Background.Background C# (CSharp) Метод

Background() публичный Метод

public Background ( GraphicsDevice graphicsDevice, Microsoft.Xna.Framework.Content.ContentManager content ) : System
graphicsDevice GraphicsDevice
content Microsoft.Xna.Framework.Content.ContentManager
Результат System
        public Background(GraphicsDevice graphicsDevice, ContentManager content)
        {
            this.graphicsManager = graphicsDevice;
            this.content = content;
            LoadStars();
            LoadPlanets();
        }