Interface CoreEditorDrawer<TData>.IDrawer
Abstraction that have the Draw hability
Namespace: UnityEditor.Rendering
Assembly: Unity.RenderPipelines.Core.Editor.dll
Syntax
public interface CoreEditorDrawer<TData>.IDrawer
Methods
| Name | Description |
|---|---|
| Draw(TData, Editor) | The draw function |
| Expand(int) | Expands all children that use a given mask |