Summary
Draws a cell in the
UnityEditor.IMGUI.Controls.TreeView.- Assembly
- FlexiMotion
.dll - Namespace
- FlexiMotion
.Editor - Containing Type
- TransformTreeWindow
<TTarget, TDefinition>
Syntax
public abstract void DrawCellGUI(Rect area, int column, int row, TreeViewItem item, ref bool isSelectionClick)
Parameters
| Name | Type | Description |
|---|---|---|
| area | Rect | |
| column | int | |
| row | int | |
| item | TreeViewItem | |
| isSelectionClick | bool |
Return Value
| Type | Description |
|---|---|
| void |