UnityEditor.MemoryTreeListClickable.DrawHeader C# (CSharp) Method

DrawHeader() protected method

protected DrawHeader ( ) : void
return void
        protected override void DrawHeader()
        {
            GUILayout.Label("Name", MemoryTreeList.styles.header, new GUILayoutOption[0]);
            GUILayout.Label("Memory", MemoryTreeList.styles.header, new GUILayoutOption[0]);
            GUILayout.Label("Ref count", MemoryTreeList.styles.header, new GUILayoutOption[0]);
        }