Summary
Adds a new item for each child of the `transform` recursively.
- Assembly
- FlexiMotion
.dll - Namespace
- FlexiMotion
.Editor - Containing Type
- TransformTreeView
Syntax
public void AddItemRecursive(ref int id, TreeViewItem parent, Transform transform)
Parameters
Name | Type | Description |
---|---|---|
id | int | |
parent | TreeViewItem | |
transform | Transform |
Return Value
Type | Description |
---|---|
void |