Exemplo n.º 1
0
        private static OnGUIEventHelper Instance()
        {
            if (instance == null)
            {
                instance = GetWindow <OnGUIEventHelper>(false);
                if (!setupDone)
                {
                    instance.Setup();
                }
            }

            return(instance);
        }