Class DocumentationInfo
Documentation Info class.
Inherited Members
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
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 |
Returns
Type | Description |
---|---|
string | The full url 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 |
string | pageHash | The page hash |
Returns
Type | Description |
---|---|
string | The full url page |