docs.unity.cn
    Show / Hide Table of Contents

    Class DocumentationUtils

    Set of utils for documentation

    Inheritance
    Object
    DocumentationUtils
    Namespace: UnityEngine.Rendering
    Syntax
    public static class DocumentationUtils

    Methods

    GetHelpURL<TEnum>(TEnum)

    Obtains the help url from an enum

    Declaration
    public static string GetHelpURL<TEnum>(TEnum mask = default(TEnum))
        where TEnum : struct, IConvertible
    Parameters
    Type Name Description
    TEnum mask

    [Optional] The current value of the enum

    Returns
    Type Description
    String

    The full url

    Type Parameters
    Name Description
    TEnum

    The enum with a HelpURLAttribute

    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 08 September 2021