TransformTreeWindow<TObject, TData>.

SetValue(int, Action<int>) Method

Summary

Sets the value of a field for all selected items.
Assembly
Animancer.dll
Namespace
Animancer.Editor
Containing Type
TransformTreeWindow<TObject, TData>

Syntax

protected void SetValue(int treeItemID, Action<int> setValue)

Parameters

Name Type Description
treeItemID int
setValue Action<int>

Return Value

Type Description
void