Summary
An object that provides data to a
Animancer.Editor.TransformTreeView
.- Assembly
- Animancer
.dll - Namespace
- Animancer
.Editor - Implementing Types
graph BT
Type["ITransformTreeViewSource"]
class Type type-node
Implementing0["TransformTreeWindow<TObject, TData>"]-.->Type
click Implementing0 "/animancer/api/Animancer.Editor/TransformTreeWindow_2"
Implementing1["WeightedMaskLayersDefinitionWindow"]-.->Type
click Implementing1 "/animancer/api/Animancer.Editor/WeightedMaskLayersDefinitionWindow"
Syntax
public interface ITransformTreeViewSource
Properties
Name | Value | Summary |
---|---|---|
Root | Transform |
The object at the top of the target hierarchy.
|
Transforms | IList |
The objects to show in the view.
|
Methods
Name | Value | Summary |
---|---|---|
AddItem |
TreeViewItem |
Adds an item for the `transform` to be displayed in the view.
|
AddItems |
void |
Adds the items to be displayed in the view.
|
BeforeRowGUI |
void |
Called before a row is drawn.
|
DrawCellGUI |
void |
Draws a cell in the
UnityEditor.IMGUI.Controls.TreeView . |