docs.unity3d.com
    Show / Hide Table of Contents

    Class AttributeUtility

    Inheritance
    Object
    AttributeUtility
    Namespace: Unity.VisualScripting
    Syntax
    public static class AttributeUtility

    Methods

    CacheAttributes(MemberInfo)

    Declaration
    public static void CacheAttributes(MemberInfo element)
    Parameters
    Type Name Description
    MemberInfo element

    CacheAttributes(ParameterInfo)

    Declaration
    public static void CacheAttributes(ParameterInfo element)
    Parameters
    Type Name Description
    ParameterInfo element

    CacheAttributes(IAttributeProvider)

    Declaration
    public static void CacheAttributes(IAttributeProvider element)
    Parameters
    Type Name Description
    IAttributeProvider element

    CheckCondition(Type, Object, String, Boolean)

    Declaration
    public static bool CheckCondition(Type type, object target, string conditionMemberName, bool fallback)
    Parameters
    Type Name Description
    Type type
    Object target
    String conditionMemberName
    Boolean fallback
    Returns
    Type Description
    Boolean

    CheckCondition<T>(T, String, Boolean)

    Declaration
    public static bool CheckCondition<T>(T target, string conditionMemberName, bool fallback)
    Parameters
    Type Name Description
    T target
    String conditionMemberName
    Boolean fallback
    Returns
    Type Description
    Boolean
    Type Parameters
    Name Description
    T

    GetAttribute(MemberInfo, Type, Boolean)

    Declaration
    public static Attribute GetAttribute(this MemberInfo element, Type attributeType, bool inherit = true)
    Parameters
    Type Name Description
    MemberInfo element
    Type attributeType
    Boolean inherit
    Returns
    Type Description
    Attribute

    GetAttribute(ParameterInfo, Type, Boolean)

    Declaration
    public static Attribute GetAttribute(this ParameterInfo element, Type attributeType, bool inherit = true)
    Parameters
    Type Name Description
    ParameterInfo element
    Type attributeType
    Boolean inherit
    Returns
    Type Description
    Attribute

    GetAttribute(IAttributeProvider, Type, Boolean)

    Declaration
    public static Attribute GetAttribute(this IAttributeProvider element, Type attributeType, bool inherit = true)
    Parameters
    Type Name Description
    IAttributeProvider element
    Type attributeType
    Boolean inherit
    Returns
    Type Description
    Attribute

    GetAttribute<TAttribute>(MemberInfo, Boolean)

    Declaration
    public static TAttribute GetAttribute<TAttribute>(this MemberInfo element, bool inherit = true)
        where TAttribute : Attribute
    Parameters
    Type Name Description
    MemberInfo element
    Boolean inherit
    Returns
    Type Description
    TAttribute
    Type Parameters
    Name Description
    TAttribute

    GetAttribute<TAttribute>(ParameterInfo, Boolean)

    Declaration
    public static TAttribute GetAttribute<TAttribute>(this ParameterInfo element, bool inherit = true)
        where TAttribute : Attribute
    Parameters
    Type Name Description
    ParameterInfo element
    Boolean inherit
    Returns
    Type Description
    TAttribute
    Type Parameters
    Name Description
    TAttribute

    GetAttribute<TAttribute>(IAttributeProvider, Boolean)

    Declaration
    public static TAttribute GetAttribute<TAttribute>(this IAttributeProvider element, bool inherit = true)
        where TAttribute : Attribute
    Parameters
    Type Name Description
    IAttributeProvider element
    Boolean inherit
    Returns
    Type Description
    TAttribute
    Type Parameters
    Name Description
    TAttribute

    GetAttributes(MemberInfo, Type, Boolean)

    Declaration
    public static IEnumerable<Attribute> GetAttributes(this MemberInfo element, Type attributeType, bool inherit = true)
    Parameters
    Type Name Description
    MemberInfo element
    Type attributeType
    Boolean inherit
    Returns
    Type Description
    IEnumerable<Attribute>

    GetAttributes(ParameterInfo, Type, Boolean)

    Declaration
    public static IEnumerable<Attribute> GetAttributes(this ParameterInfo element, Type attributeType, bool inherit = true)
    Parameters
    Type Name Description
    ParameterInfo element
    Type attributeType
    Boolean inherit
    Returns
    Type Description
    IEnumerable<Attribute>

    GetAttributes(IAttributeProvider, Type, Boolean)

    Declaration
    public static IEnumerable<Attribute> GetAttributes(this IAttributeProvider element, Type attributeType, bool inherit = true)
    Parameters
    Type Name Description
    IAttributeProvider element
    Type attributeType
    Boolean inherit
    Returns
    Type Description
    IEnumerable<Attribute>

    GetAttributes<TAttribute>(MemberInfo, Boolean)

    Declaration
    public static IEnumerable<TAttribute> GetAttributes<TAttribute>(this MemberInfo element, bool inherit = true)
        where TAttribute : Attribute
    Parameters
    Type Name Description
    MemberInfo element
    Boolean inherit
    Returns
    Type Description
    IEnumerable<TAttribute>
    Type Parameters
    Name Description
    TAttribute

    GetAttributes<TAttribute>(ParameterInfo, Boolean)

    Declaration
    public static IEnumerable<TAttribute> GetAttributes<TAttribute>(this ParameterInfo element, bool inherit = true)
        where TAttribute : Attribute
    Parameters
    Type Name Description
    ParameterInfo element
    Boolean inherit
    Returns
    Type Description
    IEnumerable<TAttribute>
    Type Parameters
    Name Description
    TAttribute

    GetAttributes<TAttribute>(IAttributeProvider, Boolean)

    Declaration
    public static IEnumerable<TAttribute> GetAttributes<TAttribute>(this IAttributeProvider element, bool inherit = true)
        where TAttribute : Attribute
    Parameters
    Type Name Description
    IAttributeProvider element
    Boolean inherit
    Returns
    Type Description
    IEnumerable<TAttribute>
    Type Parameters
    Name Description
    TAttribute

    HasAttribute(MemberInfo, Type, Boolean)

    Declaration
    public static bool HasAttribute(this MemberInfo element, Type attributeType, bool inherit = true)
    Parameters
    Type Name Description
    MemberInfo element
    Type attributeType
    Boolean inherit
    Returns
    Type Description
    Boolean

    HasAttribute(ParameterInfo, Type, Boolean)

    Declaration
    public static bool HasAttribute(this ParameterInfo element, Type attributeType, bool inherit = true)
    Parameters
    Type Name Description
    ParameterInfo element
    Type attributeType
    Boolean inherit
    Returns
    Type Description
    Boolean

    HasAttribute(IAttributeProvider, Type, Boolean)

    Declaration
    public static bool HasAttribute(this IAttributeProvider element, Type attributeType, bool inherit = true)
    Parameters
    Type Name Description
    IAttributeProvider element
    Type attributeType
    Boolean inherit
    Returns
    Type Description
    Boolean

    HasAttribute<TAttribute>(MemberInfo, Boolean)

    Declaration
    public static bool HasAttribute<TAttribute>(this MemberInfo element, bool inherit = true)
        where TAttribute : Attribute
    Parameters
    Type Name Description
    MemberInfo element
    Boolean inherit
    Returns
    Type Description
    Boolean
    Type Parameters
    Name Description
    TAttribute

    HasAttribute<TAttribute>(ParameterInfo, Boolean)

    Declaration
    public static bool HasAttribute<TAttribute>(this ParameterInfo element, bool inherit = true)
        where TAttribute : Attribute
    Parameters
    Type Name Description
    ParameterInfo element
    Boolean inherit
    Returns
    Type Description
    Boolean
    Type Parameters
    Name Description
    TAttribute

    HasAttribute<TAttribute>(IAttributeProvider, Boolean)

    Declaration
    public static bool HasAttribute<TAttribute>(this IAttributeProvider element, bool inherit = true)
        where TAttribute : Attribute
    Parameters
    Type Name Description
    IAttributeProvider element
    Boolean inherit
    Returns
    Type Description
    Boolean
    Type Parameters
    Name Description
    TAttribute
    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