{!See https://docs.google.com/document/d/1takg_GmIBBKKTj-GHZCwzxohpQz7Bhekivkk72kYMtE/edit for reference implementation of OneTrust, dataLayer and GTM} {!OneTrust Cookies Consent} {!OneTrust Cookies Consent end} {!dataLayer initialization push} {!dataLayer initialization push end} {!Google Tag Manager} {!Google Tag Manager end} Method FoldoutGroup | High Definition RP | 6.5.3-preview
docs.unity3d.com
"{0}"의 검색 결과

    목차 표시/숨기기

    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
    문서 개요
    맨 위로
    Copyright © 2023 Unity Technologies — 상표 및 이용약관
    • 법률정보
    • 개인정보처리방침
    • 쿠키
    • 내 개인정보 판매 금지
    • Your Privacy Choices (Cookie Settings)