TransformTreeView.

CreateItem(int, int, string) Method

Summary

Creates a new UnityEditor.IMGUI.Controls.TreeViewItem and increments the `id`.
Assembly
Animancer.dll
Namespace
Animancer.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