TransformTreeWindow<TObject, TData>.

DrawIsIncludedCellGUI(Rect, int, int, bool) Method

Summary

Draws a cell to toggle whether a particular item is included or not.
Assembly
Animancer.dll
Namespace
Animancer.Editor
Containing Type
TransformTreeWindow<TObject, TData>

Syntax

public void DrawIsIncludedCellGUI(Rect area, int treeItemID, int definitionIndex, ref bool isSelectionClick)

Parameters

Name Type Description
area Rect
treeItemID int
definitionIndex int
isSelectionClick bool

Return Value

Type Description
void