Summary
Adds a new item for the `transform` as a child of the `parent` and increments the `id`.
- Assembly
- FlexiMotion
.dll - Namespace
- FlexiMotion
.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 |