Class DocumentationInfo
Documentation Info class.
Namespace: UnityEngine.Rendering
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  |