CarpMuffin.Screens.Screen.Screen C# (CSharp) Method

Screen() protected method

protected Screen ( ) : System
return System
        protected Screen()
        {
            IsEnabled = true;
            IsVisible = true;
            Textures = new TextureCollection();
            Camera = new Camera2D();
            Songs = new SongCollection();
            SoundEffects = new SoundEffectCollection();
        }