TransformTreeWindow<TTarget, TDefinition>.

DrawIsIncludedCellGUI(Rect, Transform, int, int, bool) Method

Summary

Draws a cell to toggle whether a particular item is included or not.

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