docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class DocumentationInfo

    Documentation Info class.

    Inheritance
    object
    DocumentationInfo
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEngine.Rendering
    Assembly: Unity.RenderPipelines.Core.Runtime.dll
    Syntax
    public class DocumentationInfo

    Properties

    version

    Current version of the documentation.

    Declaration
    public static string version { get; }
    Property Value
    Type Description
    string

    Methods

    GetPackageLink(string, string, string)

    Generates a help URL for the given package and page name.

    Declaration
    public static string GetPackageLink(string packageName, string packageVersion, string pageName)
    Parameters
    Type Name Description
    string packageName

    The package name.

    string packageVersion

    The package version.

    string pageName

    The page name without the extension.

    Returns
    Type Description
    string

    The full URL of the page.

    GetPageLink(string, string)

    Generates a help url for the given package and page name

    Declaration
    public static string GetPageLink(string packageName, string pageName)
    Parameters
    Type Name Description
    string packageName

    The package name

    string pageName

    The page name without the extension.

    Returns
    Type Description
    string

    The full URL of the page.

    GetPageLink(string, string, string)

    Generates a help url for the given package and page name

    Declaration
    public static string GetPageLink(string packageName, string pageName, string pageHash)
    Parameters
    Type Name Description
    string packageName

    The package name

    string pageName

    The page name without the extension.

    string pageHash

    The page hash

    Returns
    Type Description
    string

    The full URL of the page.

    Extension Methods

    ReflectionUtils.GetField(object, string)
    ReflectionUtils.GetFields(object)
    ReflectionUtils.Invoke(object, string, params object[])
    ReflectionUtils.SetField(object, string, object)
    AnalyticsUtils.ToNestedColumnWithDefault<T>(T, T, bool)
    AnalyticsUtils.ToNestedColumn<T>(T, bool)
    AnalyticsUtils.ToNestedColumn<T>(T, T)
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)