Method Group
Group(params IDrawer[])
Group of drawing function for inspector. They will be drawn one after the other.
선언
public static CoreEditorDrawer<TData>.IDrawer Group(params CoreEditorDrawer<TData>.IDrawer[] contentDrawers)
파라미터
타입 | 이름 | 설명 |
---|---|---|
IDrawer[] | contentDrawers | The content of the group |
반환
타입 | 설명 |
---|---|
CoreEditorDrawer<TData>.IDrawer |
Group(params ActionDrawer[])
Group of drawing function for inspector. They will be drawn one after the other.
선언
public static CoreEditorDrawer<TData>.IDrawer Group(params CoreEditorDrawer<TData>.ActionDrawer[] contentDrawers)
파라미터
타입 | 이름 | 설명 |
---|---|---|
ActionDrawer[] | contentDrawers | The content of the group |
반환
타입 | 설명 |
---|---|
CoreEditorDrawer<TData>.IDrawer |
Group(float, params IDrawer[])
Group of drawing function for inspector with a set width for labels
선언
public static CoreEditorDrawer<TData>.IDrawer Group(float labelWidth, params CoreEditorDrawer<TData>.IDrawer[] contentDrawers)
파라미터
타입 | 이름 | 설명 |
---|---|---|
float | labelWidth | Width used for all labels in the group |
IDrawer[] | contentDrawers | The content of the group |
반환
타입 | 설명 |
---|---|
CoreEditorDrawer<TData>.IDrawer |
Group(float, params ActionDrawer[])
Group of drawing function for inspector with a set width for labels
선언
public static CoreEditorDrawer<TData>.IDrawer Group(float labelWidth, params CoreEditorDrawer<TData>.ActionDrawer[] contentDrawers)
파라미터
타입 | 이름 | 설명 |
---|---|---|
float | labelWidth | Width used for all labels in the group |
ActionDrawer[] | contentDrawers | The content of the group |
반환
타입 | 설명 |
---|---|
CoreEditorDrawer<TData>.IDrawer |
Group(GroupOption, params IDrawer[])
Group of drawing function for inspector. They will be drawn one after the other.
선언
public static CoreEditorDrawer<TData>.IDrawer Group(GroupOption options, params CoreEditorDrawer<TData>.IDrawer[] contentDrawers)
파라미터
타입 | 이름 | 설명 |
---|---|---|
GroupOption | options | Allow to add indentation on this group |
IDrawer[] | contentDrawers | The content of the group |
반환
타입 | 설명 |
---|---|
CoreEditorDrawer<TData>.IDrawer |
Group(GroupOption, params ActionDrawer[])
Group of drawing function for inspector. They will be drawn one after the other.
선언
public static CoreEditorDrawer<TData>.IDrawer Group(GroupOption options, params CoreEditorDrawer<TData>.ActionDrawer[] contentDrawers)
파라미터
타입 | 이름 | 설명 |
---|---|---|
GroupOption | options | Allow to add indentation on this group |
ActionDrawer[] | contentDrawers | The content of the group |
반환
타입 | 설명 |
---|---|
CoreEditorDrawer<TData>.IDrawer |
Group(float, GroupOption, params IDrawer[])
Group of drawing function for inspector with a set width for labels
선언
public static CoreEditorDrawer<TData>.IDrawer Group(float labelWidth, GroupOption options, params CoreEditorDrawer<TData>.IDrawer[] contentDrawers)
파라미터
타입 | 이름 | 설명 |
---|---|---|
float | labelWidth | Width used for all labels in the group |
GroupOption | options | Allow to add indentation on this group |
IDrawer[] | contentDrawers | The content of the group |
반환
타입 | 설명 |
---|---|
CoreEditorDrawer<TData>.IDrawer |
Group(float, GroupOption, params ActionDrawer[])
Group of drawing function for inspector with a set width for labels
선언
public static CoreEditorDrawer<TData>.IDrawer Group(float labelWidth, GroupOption options, params CoreEditorDrawer<TData>.ActionDrawer[] contentDrawers)
파라미터
타입 | 이름 | 설명 |
---|---|---|
float | labelWidth | Width used for all labels in the group |
GroupOption | options | Allow to add indentation on this group |
ActionDrawer[] | contentDrawers | The content of the group |
반환
타입 | 설명 |
---|---|
CoreEditorDrawer<TData>.IDrawer |