Summary
Draws a cell to toggle whether a particular item is included or not.
- Assembly
- FlexiMotion
.dll - Namespace
- FlexiMotion
.Editor - Containing Type
- TransformTreeWindow
<TTarget, TDefinition>
Syntax
public void DrawIsIncludedCellGUI(Rect area, Transform transform, int treeItemID, int definitionIndex, ref bool isSelectionClick)
Parameters
| Name | Type | Description |
|---|---|---|
| area | Rect | |
| transform | Transform | |
| treeItemID | int | |
| definitionIndex | int | |
| isSelectionClick | bool |
Return Value
| Type | Description |
|---|---|
| void |