Duality.Launcher.DualityLauncher.DualityLauncher C# (CSharp) 메소드

DualityLauncher() 공개 메소드

public DualityLauncher ( int w, int h, OpenTK.Graphics.GraphicsMode mode, string title, GameWindowFlags flags ) : System
w int
h int
mode OpenTK.Graphics.GraphicsMode
title string
flags GameWindowFlags
리턴 System
        public DualityLauncher(int w, int h, GraphicsMode mode, string title, GameWindowFlags flags)
            : base(w, h, mode, title, flags)
        {
        }