docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Delegate BindingContextElement.AttributeFilterHandler

    Handler to filter visitation based on a field's attribute.

    Namespace: Unity.Properties.UI
    Assembly: Unity.Properties.UI.Editor.dll
    Syntax
    public delegate bool BindingContextElement.AttributeFilterHandler(IEnumerable<Attribute> attributes)
    Parameters
    Type Name Description
    IEnumerable<Attribute> attributes

    The attributes of the field.

    Returns
    Type Description
    bool

    trueif the field should be shown; false otherwise.

    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)