Property | Type | Description | |
---|---|---|---|
m_MemorySelection |
Property | Type | Description | |
---|---|---|---|
m_ControlID | int | ||
m_DetailView | |||
m_EditorWindow | EditorWindow | ||
m_Root | |||
m_ScrollPosition | Vector2 | ||
m_SelectionOffset | float | ||
m_Splitter | |||
m_VisibleHeight | float |
Method | Description | |
---|---|---|
GetRoot ( ) : |
||
MemoryTreeList ( EditorWindow editorWindow, |
||
OnGUI ( ) : void | ||
SetRoot ( |
Method | Description | |
---|---|---|
DrawBackground ( int row, bool selected ) : void | ||
DrawData ( |
||
DrawHeader ( ) : void | ||
DrawItem ( |
||
DrawRecursiveData ( |
||
EnsureVisible ( ) : void | ||
GenerateRect ( int row ) : |
||
HandleKeyboard ( ) : void | ||
RowClicked ( |
||
SetupSplitter ( ) : void |
Method | Description | |
---|---|---|
Clamp ( float value, float min, float max ) : float | ||
FindNamedChild ( string name, List |
||
RecursiveFindSelected ( |
||
RestoreViewState ( |
protected static DrawBackground ( int row, bool selected ) : void | ||
row | int | |
selected | bool | |
return | void |
protected DrawData ( |
||
rect | ||
memoryElement | ||
indent | int | |
row | int | |
selected | bool | |
return | void |
protected DrawItem ( |
||
memoryElement | ||
row | int | |
indent | int | |
return | void |
protected DrawRecursiveData ( |
||
element | ||
row | int | |
indent | int | |
return | void |
protected static GenerateRect ( int row ) : |
||
row | int | |
return |
public MemoryTreeList ( EditorWindow editorWindow, |
||
editorWindow | EditorWindow | |
detailview | ||
return | System |
protected RowClicked ( |
||
evt | ||
memoryElement | ||
return | void |
protected MemoryTreeList,UnityEditor m_DetailView | ||
return |
public MemoryElementSelection,UnityEditor m_MemorySelection | ||
return |
protected SplitterState,UnityEditor m_Splitter | ||
return |