Class VFXFilterWindow.GroupElement | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class VFXFilterWindow.GroupElement

    Inheritance
    System.Object
    VFXFilterWindow.Element
    VFXFilterWindow.GroupElement
    Inherited Members
    VFXFilterWindow.Element.level
    VFXFilterWindow.Element.content
    VFXFilterWindow.Element.name
    VFXFilterWindow.Element.CompareTo(Object)
    Namespace: UnityEditor.VFX.UI
    Syntax
    [Serializable]
    public class GroupElement : VFXFilterWindow.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, VFXFilterWindow, Action)

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

    OnGUI(VFXFilterWindow)

    Declaration
    public virtual bool OnGUI(VFXFilterWindow sFilterWindow)
    Parameters
    Type Name Description
    VFXFilterWindow sFilterWindow
    Returns
    Type Description
    System.Boolean
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023