Method FoldoutGroup
FoldoutGroup<TEnum, TState>(string, TEnum, ExpandedState<TEnum, TState>, params IDrawer[])
Create an IDrawer foldout header using an ExpandedState. The default option is Indent in this version.
선언
public static CoreEditorDrawer<TData>.IDrawer FoldoutGroup<TEnum, TState>(string title, TEnum mask, ExpandedState<TEnum, TState> state, params CoreEditorDrawer<TData>.IDrawer[] contentDrawers) where TEnum : struct, IConvertible
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| string | title | Title wanted for this foldout header |
| TEnum | mask | Bit mask (enum) used to define the boolean saving the state in ExpandedState |
| ExpandedState<TEnum, TState> | state | The ExpandedState describing the component |
| IDrawer[] | contentDrawers | The content of the foldout header |
반환
| 타입 | 설명 |
|---|---|
| CoreEditorDrawer<TData>.IDrawer |
타입 파라미터
| 이름 | 설명 |
|---|---|
| TEnum | |
| TState |
FoldoutGroup<TEnum, TState>(string, TEnum, ExpandedState<TEnum, TState>, params ActionDrawer[])
Create an IDrawer foldout header using an ExpandedState. The default option is Indent in this version.
선언
public static CoreEditorDrawer<TData>.IDrawer FoldoutGroup<TEnum, TState>(string title, TEnum mask, ExpandedState<TEnum, TState> state, params CoreEditorDrawer<TData>.ActionDrawer[] contentDrawers) where TEnum : struct, IConvertible
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| string | title | Title wanted for this foldout header |
| TEnum | mask | Bit mask (enum) used to define the boolean saving the state in ExpandedState |
| ExpandedState<TEnum, TState> | state | The ExpandedState describing the component |
| ActionDrawer[] | contentDrawers | The content of the foldout header |
반환
| 타입 | 설명 |
|---|---|
| CoreEditorDrawer<TData>.IDrawer |
타입 파라미터
| 이름 | 설명 |
|---|---|
| TEnum | |
| TState |
FoldoutGroup<TEnum, TState>(string, TEnum, ExpandedState<TEnum, TState>, FoldoutOption, params IDrawer[])
Create an IDrawer foldout header using an ExpandedState
선언
public static CoreEditorDrawer<TData>.IDrawer FoldoutGroup<TEnum, TState>(string title, TEnum mask, ExpandedState<TEnum, TState> state, FoldoutOption options, params CoreEditorDrawer<TData>.IDrawer[] contentDrawers) where TEnum : struct, IConvertible
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| string | title | Title wanted for this foldout header |
| TEnum | mask | Bit mask (enum) used to define the boolean saving the state in ExpandedState |
| ExpandedState<TEnum, TState> | state | The ExpandedState describing the component |
| FoldoutOption | options | |
| IDrawer[] | contentDrawers | The content of the foldout header |
반환
| 타입 | 설명 |
|---|---|
| CoreEditorDrawer<TData>.IDrawer |
타입 파라미터
| 이름 | 설명 |
|---|---|
| TEnum | |
| TState |
FoldoutGroup<TEnum, TState>(string, TEnum, ExpandedState<TEnum, TState>, FoldoutOption, params ActionDrawer[])
Create an IDrawer foldout header using an ExpandedState
선언
public static CoreEditorDrawer<TData>.IDrawer FoldoutGroup<TEnum, TState>(string title, TEnum mask, ExpandedState<TEnum, TState> state, FoldoutOption options, params CoreEditorDrawer<TData>.ActionDrawer[] contentDrawers) where TEnum : struct, IConvertible
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| string | title | Title wanted for this foldout header |
| TEnum | mask | Bit mask (enum) used to define the boolean saving the state in ExpandedState |
| ExpandedState<TEnum, TState> | state | The ExpandedState describing the component |
| FoldoutOption | options | |
| ActionDrawer[] | contentDrawers | The content of the foldout header |
반환
| 타입 | 설명 |
|---|---|
| CoreEditorDrawer<TData>.IDrawer |
타입 파라미터
| 이름 | 설명 |
|---|---|
| TEnum | |
| TState |
FoldoutGroup<TEnum, TState>(GUIContent, TEnum, ExpandedState<TEnum, TState>, params IDrawer[])
Create an IDrawer foldout header using an ExpandedState. The default option is Indent in this version.
선언
public static CoreEditorDrawer<TData>.IDrawer FoldoutGroup<TEnum, TState>(GUIContent title, TEnum mask, ExpandedState<TEnum, TState> state, params CoreEditorDrawer<TData>.IDrawer[] contentDrawers) where TEnum : struct, IConvertible
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| GUIContent | title | Title wanted for this foldout header |
| TEnum | mask | Bit mask (enum) used to define the boolean saving the state in ExpandedState |
| ExpandedState<TEnum, TState> | state | The ExpandedState describing the component |
| IDrawer[] | contentDrawers | The content of the foldout header |
반환
| 타입 | 설명 |
|---|---|
| CoreEditorDrawer<TData>.IDrawer |
타입 파라미터
| 이름 | 설명 |
|---|---|
| TEnum | |
| TState |
FoldoutGroup<TEnum, TState>(GUIContent, TEnum, ExpandedState<TEnum, TState>, params ActionDrawer[])
Create an IDrawer foldout header using an ExpandedState. The default option is Indent in this version.
선언
public static CoreEditorDrawer<TData>.IDrawer FoldoutGroup<TEnum, TState>(GUIContent title, TEnum mask, ExpandedState<TEnum, TState> state, params CoreEditorDrawer<TData>.ActionDrawer[] contentDrawers) where TEnum : struct, IConvertible
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| GUIContent | title | Title wanted for this foldout header |
| TEnum | mask | Bit mask (enum) used to define the boolean saving the state in ExpandedState |
| ExpandedState<TEnum, TState> | state | The ExpandedState describing the component |
| ActionDrawer[] | contentDrawers | The content of the foldout header |
반환
| 타입 | 설명 |
|---|---|
| CoreEditorDrawer<TData>.IDrawer |
타입 파라미터
| 이름 | 설명 |
|---|---|
| TEnum | |
| TState |
FoldoutGroup<TEnum, TState>(GUIContent, TEnum, ExpandedState<TEnum, TState>, FoldoutOption, params IDrawer[])
Create an IDrawer foldout header using an ExpandedState
선언
public static CoreEditorDrawer<TData>.IDrawer FoldoutGroup<TEnum, TState>(GUIContent title, TEnum mask, ExpandedState<TEnum, TState> state, FoldoutOption options, params CoreEditorDrawer<TData>.IDrawer[] contentDrawers) where TEnum : struct, IConvertible
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| GUIContent | title | Title wanted for this foldout header |
| TEnum | mask | Bit mask (enum) used to define the boolean saving the state in ExpandedState |
| ExpandedState<TEnum, TState> | state | The ExpandedState describing the component |
| FoldoutOption | options | |
| IDrawer[] | contentDrawers | The content of the foldout header |
반환
| 타입 | 설명 |
|---|---|
| CoreEditorDrawer<TData>.IDrawer |
타입 파라미터
| 이름 | 설명 |
|---|---|
| TEnum | |
| TState |
FoldoutGroup<TEnum, TState>(GUIContent, TEnum, ExpandedState<TEnum, TState>, FoldoutOption, params ActionDrawer[])
Create an IDrawer foldout header using an ExpandedState
선언
public static CoreEditorDrawer<TData>.IDrawer FoldoutGroup<TEnum, TState>(GUIContent title, TEnum mask, ExpandedState<TEnum, TState> state, FoldoutOption options, params CoreEditorDrawer<TData>.ActionDrawer[] contentDrawers) where TEnum : struct, IConvertible
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| GUIContent | title | Title wanted for this foldout header |
| TEnum | mask | Bit mask (enum) used to define the boolean saving the state in ExpandedState |
| ExpandedState<TEnum, TState> | state | The ExpandedState describing the component |
| FoldoutOption | options | |
| ActionDrawer[] | contentDrawers | The content of the foldout header |
반환
| 타입 | 설명 |
|---|---|
| CoreEditorDrawer<TData>.IDrawer |
타입 파라미터
| 이름 | 설명 |
|---|---|
| TEnum | |
| TState |