/// Credit BinaryX
/// Sourced from - http://forum.unity3d.com/threads/scripts-useful-4-6-scripts-collection.264161/page-2#post-1945602
/// Updated by ddreaper - removed dependency on a custom ScrollRect script. Now implements drag interfaces and standard Scroll Rect.
using System.Collections.Generic;
using System.Reflection;
namespace UnityEngine.UI.Extensions
{
public class MenuManager : MonoBehaviour
{
public Menu[] MenuScreens;
public int StartScreen = 0;
private Stack