Assets.Editor.MapExporter.ShowWindow C# (CSharp) Method

ShowWindow() private method

private ShowWindow ( ) : void
return void
        public static void ShowWindow()
        {
            GetWindow(typeof(MapExporter));
        }