TransformTreeView.

AddItem(int, TreeViewItem, Transform) Method

Summary

Adds a new item for the `transform` as a child of the `parent` and increments the `id`.
Assembly
Animancer.dll
Namespace
Animancer.Editor
Containing Type
TransformTreeView

Syntax

public virtual TreeViewItem AddItem(ref int id, TreeViewItem parent, Transform transform)

Parameters

Name Type Description
id int
parent TreeViewItem
transform Transform

Return Value

Type Description
TreeViewItem