SpringDefinitionsWindow.

SetIncluded(int, int, bool) Method

Summary

Adds or removes an item from the FlexiMotion.Editor.TransformTreeWindow`2.Definition.
Assembly
FlexiMotion.dll
Namespace
FlexiMotion.Editor
Containing Type
SpringDefinitionsWindow

Syntax

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

Parameters

Name Type Description
treeItemID int
definitionIndex int
isIncluded bool

Return Value

Type Description
void