docs.unity.cn
    Show / Hide Table of Contents

    Class SearchSelectorAttribute

    Inheritance
    Object
    Attribute
    SearchSelectorAttribute
    Namespace: UnityEditor.Search
    Syntax
    [AttributeUsage(AttributeTargets.Method, AllowMultiple = true)]
    public class SearchSelectorAttribute : Attribute, _Attribute

    Constructors

    SearchSelectorAttribute(String, Int32, String, Boolean)

    Declaration
    public SearchSelectorAttribute(string pattern, int priority = 100, string provider = null, bool printable = true)
    Parameters
    Type Name Description
    String pattern
    Int32 priority
    String provider
    Boolean printable
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Wednesday, October 26, 2022
    Terms of use