TransformTreeWindow<TObject, TData>.

GetDefinitionIndex(int) Method

Summary

Gets the index in the Animancer.Editor.SerializedDataEditorWindow`2.Data corresponding to a row in the Animancer.Editor.TransformTreeWindow`2.TreeView. Returns -1 if the row isn't included.
Assembly
Animancer.dll
Namespace
Animancer.Editor
Containing Type
TransformTreeWindow<TObject, TData>

Syntax

protected virtual int GetDefinitionIndex(int treeItemID)

Parameters

Name Type Description
treeItemID int

Return Value

Type Description
int