Class CodeReferenceUtility | Bolt Visual Scripting | 1.4.12
docs.unity3d.com
    Show / Hide Table of Contents

    Class CodeReferenceUtility

    Inheritance
    Object
    CodeReferenceUtility
    Namespace: Ludiq
    Syntax
    public static class CodeReferenceUtility

    Methods

    CodeRef(MemberInfo)

    Declaration
    public static string CodeRef(this MemberInfo member)
    Parameters
    Type Name Description
    MemberInfo member
    Returns
    Type Description
    String

    CodeRef(Type)

    Declaration
    public static string CodeRef(this Type type)
    Parameters
    Type Name Description
    Type type
    Returns
    Type Description
    String

    Matches(MemberInfo, String)

    Declaration
    public static bool Matches(MemberInfo member, string reference)
    Parameters
    Type Name Description
    MemberInfo member
    String reference
    Returns
    Type Description
    Boolean

    Matches(Type, String)

    Declaration
    public static bool Matches(Type type, string reference)
    Parameters
    Type Name Description
    Type type
    String reference
    Returns
    Type Description
    Boolean
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX