C# Class UnityEditor.MemoryTreeListClickable

Inheritance: MemoryTreeList
显示文件 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method Description
MemoryTreeListClickable ( EditorWindow editorWindow, MemoryTreeList detailview ) : System

Protected Methods

Method Description
DrawData ( Rect rect, MemoryElement memoryElement, int indent, int row, bool selected ) : void
DrawHeader ( ) : void
SetupSplitter ( ) : void

Method Details

DrawData() protected method

protected DrawData ( Rect rect, MemoryElement memoryElement, int indent, int row, bool selected ) : void
rect UnityEngine.Rect
memoryElement MemoryElement
indent int
row int
selected bool
return void

DrawHeader() protected method

protected DrawHeader ( ) : void
return void

MemoryTreeListClickable() public method

public MemoryTreeListClickable ( EditorWindow editorWindow, MemoryTreeList detailview ) : System
editorWindow EditorWindow
detailview MemoryTreeList
return System

SetupSplitter() protected method

protected SetupSplitter ( ) : void
return void