Zeplin.ZeplinGame.SetDefaultResolution C# (CSharp) Méthode

SetDefaultResolution() public méthode

public SetDefaultResolution ( ) : void
Résultat void
        public void SetDefaultResolution()
        {
            int width = GraphicsDevice.DisplayMode.Width;
            int height = GraphicsDevice.DisplayMode.Height;
            ChangeResolution(width, height, true);
        }