Class FilterWindow.GroupElement | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    Class FilterWindow.GroupElement

    Inheritance
    System.Object
    FilterWindow.Element
    FilterWindow.GroupElement
    Inherited Members
    FilterWindow.Element.level
    FilterWindow.Element.content
    FilterWindow.Element.name
    FilterWindow.Element.CompareTo(Object)
    Namespace: UnityEditor.Rendering
    Syntax
    [Serializable]
    public class GroupElement : FilterWindow.Element, IComparable

    Constructors

    GroupElement(Int32, String)

    Declaration
    public GroupElement(int level, string name)
    Parameters
    Type Name Description
    System.Int32 level
    System.String name

    Fields

    scroll

    Declaration
    public Vector2 scroll
    Field Value
    Type Description
    Vector2

    selectedIndex

    Declaration
    public int selectedIndex
    Field Value
    Type Description
    System.Int32

    Properties

    ShouldDisable

    Declaration
    public virtual bool ShouldDisable { get; }
    Property Value
    Type Description
    System.Boolean

    WantsFocus

    Declaration
    public bool WantsFocus { get; protected set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    HandleKeyboard(Event, FilterWindow, Action)

    Declaration
    public virtual bool HandleKeyboard(Event evt, FilterWindow window, Action goToParent)
    Parameters
    Type Name Description
    Event evt
    FilterWindow window
    System.Action goToParent
    Returns
    Type Description
    System.Boolean

    OnGUI(FilterWindow)

    Declaration
    public virtual bool OnGUI(FilterWindow sFilterWindow)
    Parameters
    Type Name Description
    FilterWindow sFilterWindow
    Returns
    Type Description
    System.Boolean
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX