TransformTreeWindow<TObject, TData>.

SetIncluded(int, int, bool) Method

Summary

Adds or removes an item from the Animancer.Editor.SerializedDataEditorWindow`2.Data.
Assembly
Animancer.dll
Namespace
Animancer.Editor
Containing Type
TransformTreeWindow<TObject, TData>

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