Class ListSelectionWindow | Scene Template | 1.0.0-preview.11
docs.unity.cn
    Show / Hide Table of Contents

    Class ListSelectionWindow

    Inheritance
    Object
    DropdownWindow<ListSelectionWindow>
    ListSelectionWindow
    Inherited Members
    DropdownWindow<ListSelectionWindow>.RequestShowWindow()
    DropdownWindow<ListSelectionWindow>.DropDownButton(Rect, Vector2, GUIContent, GUIStyle, Func<DropdownWindow<ListSelectionWindow>>)
    DropdownWindow<ListSelectionWindow>.OnDestroy()
    Namespace: UnityEditor.SceneTemplate
    Syntax
    public class ListSelectionWindow : DropdownWindow<ListSelectionWindow>

    Methods

    OnDisable()

    Declaration
    protected void OnDisable()

    SelectionButton(Rect, Vector2, GUIContent, GUIStyle, String[], Action<Int32>)

    Declaration
    public static void SelectionButton(Rect rect, Vector2 windowSize, GUIContent content, GUIStyle style, string[] models, Action<int> elementSelectedHandler)
    Parameters
    Type Name Description
    Rect rect
    Vector2 windowSize
    GUIContent content
    GUIStyle style
    String[] models
    Action<Int32> elementSelectedHandler
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX