Method Draw
Draw<TData>(IEnumerable<IDrawer>, TData, Editor)
Concatenate a collection of IDrawer as a unique IDrawer
선언
public static void Draw<TData>(this IEnumerable<CoreEditorDrawer<TData>.IDrawer> drawers, TData data, Editor owner)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| IEnumerable<CoreEditorDrawer<TData>.IDrawer> | drawers | |
| TData | data | |
| Editor | owner |
타입 파라미터
| 이름 | 설명 |
|---|---|
| TData |