UnityEngine.GUILayoutUtility.LayoutCache.LayoutCache C# (CSharp) 메소드

LayoutCache() 개인적인 메소드

private LayoutCache ( ) : System
리턴 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