C# Class UnityEditor.MemoryTreeListClickable

Inheritance: MemoryTreeList
Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

Méthode Description
MemoryTreeListClickable ( EditorWindow editorWindow, MemoryTreeList detailview ) : System

Méthodes protégées

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

Method Details

DrawData() protected méthode

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

DrawHeader() protected méthode

protected DrawHeader ( ) : void
Résultat void

MemoryTreeListClickable() public méthode

public MemoryTreeListClickable ( EditorWindow editorWindow, MemoryTreeList detailview ) : System
editorWindow EditorWindow
detailview MemoryTreeList
Résultat System

SetupSplitter() protected méthode

protected SetupSplitter ( ) : void
Résultat void