docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method TryGetHelpURL

    TryGetHelpURL(Type, out string)

    Obtains the help URL from a type.

    Declaration
    public static bool TryGetHelpURL(Type type, out string url)
    Parameters
    Type Name Description
    Type type

    The type decorated with the HelpURL attribute.

    string url

    The full URL from the HelpURL attribute. If the attribute is not present, this value is null.

    Returns
    Type Description
    bool

    Returns true if the attribute is present, and false otherwise.

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