Class DocumentationInfo
Documentation Info class.
Inherited Members
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 |
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 |