Class CoreEditorDrawersExtensions
CoreEditorDrawer extensions
Inherited Members
Namespace: UnityEditor.Rendering
Assembly: Unity.RenderPipelines.Core.Editor.dll
Syntax
public static class CoreEditorDrawersExtensions
Methods
Draw<TData>(IEnumerable<IDrawer>, TData, Editor)
Concatenate a collection of IDrawer as a unique IDrawer
Declaration
public static void Draw<TData>(this IEnumerable<CoreEditorDrawer<TData>.IDrawer> drawers, TData data, Editor owner)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<CoreEditorDrawer<TData>.IDrawer> | drawers | A collection of IDrawers |
TData | data | The data source for the inner drawers |
Editor | owner | The editor drawing |
Type Parameters
Name | Description |
---|---|
TData | Type of class containing data needed to draw inspector |