TransformTreeWindow<TTarget, TDefinition>.

SetIncluded(int, int, bool) Method

Summary

Adds or removes an item from the FlexiMotion.Editor.TransformTreeWindow`2.Definition.

Syntax

protected abstract void SetIncluded(int treeItemID, int definitionIndex, bool isIncluded)

Parameters

Name Type Description
treeItemID int
definitionIndex int
isIncluded bool

Return Value

Type Description
void