UnityEngine.GUILayoutUtility.LayoutCache.LayoutCache C# (CSharp) Method

LayoutCache() private method

private LayoutCache ( ) : System
return System
            internal LayoutCache()
            {
                this.topLevel = new GUILayoutGroup();
                this.layoutGroups = new GenericStack();
                this.windows = new GUILayoutGroup();
                this.layoutGroups.Push(this.topLevel);
            }

Same methods

GUILayoutUtility.LayoutCache::LayoutCache ( GUILayoutUtility other ) : System
GUILayoutUtility.LayoutCache