Interface FilterWindow.IProvider
The interface to implement to populate the list or tree and traverse its elements.
Namespace: UnityEditor.Rendering
Assembly: Unity.RenderPipelines.Core.Editor.dll
Syntax
public interface FilterWindow.IProvider
Properties
Name | Description |
---|---|
position | The position of the window on screen. |
Methods
Name | Description |
---|---|
CreateComponentTree(List<Element>) | Implement this method to populate the list or tree of elements. |
GoToChild(Element, bool) | Implement this method to define the behavior when an item is selected. |