Class DocumentationUtils
Set of utils for documentation
Inherited Members
Namespace: UnityEngine.Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
public static class DocumentationUtils
Methods
| Name | Description |
|---|---|
| GetHelpURL<TEnum>(TEnum) | Obtains the help url from an enum |
| TryGetHelpURL(Type, out string) | Obtains the help URL from a type. |
| TryGetPackageInfoForType(Type, out string, out string) | Obtain package informations from a specific type |