Summary
Creates a new
UnityEditor.IMGUI.Controls.TreeViewItem
and increments the `id`.- Assembly
- FlexiMotion
.dll - Namespace
- FlexiMotion
.Editor - Containing Type
- TransformTreeView
Syntax
public static TreeViewItem CreateItem(ref int id, int depth, string displayName)
Parameters
Name | Type | Description |
---|---|---|
id | int | |
depth | int | |
displayName | string |
Return Value
Type | Description |
---|---|
TreeViewItem |