Пример #1
0
        }   // end of Update()

        /// <summary>
        /// Renders the currently active hint, if any.  Note that the hint
        /// may be being displayed in either its toast or modal form.
        /// </summary>
        public static void Render()
        {
            if (!XmlOptionsData.ShowHints)
            {
                return;
            }

            modalHint.Render();
            scrollableModalHint.Render();
            ToastManager.Render();
        }   // end of Render()