CEngineSharp_Client.Graphics.Screen.Screen C# (CSharp) Method

Screen() public method

public Screen ( RenderWindow window ) : System
window SFML.Graphics.RenderWindow
return System
        public Screen(RenderWindow window)
        {
            _window = window;
            this.GUI = new Gui(Window)
              {
                  GlobalFont = new Font(Constants.FILEPATH_GRAPHICS + @"\Fonts\MainFont.ttf")
              };
        }

Same methods

Screen::Screen ( ) : System