Class CurrentPipelineHelpURLAttribute
Use this attribute to define the help URP.
Inherited Members
Namespace: UnityEngine.Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
[Conditional("UNITY_EDITOR")]
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Enum, AllowMultiple = false)]
public class CurrentPipelineHelpURLAttribute : HelpURLAttribute
Examples
[CoreRPHelpURLAttribute("Volume")] public class Volume : MonoBehaviour
Constructors
CurrentPipelineHelpURLAttribute(string)
The constructor of the attribute
Declaration
public CurrentPipelineHelpURLAttribute(string pageName)
Parameters
Type | Name | Description |
---|---|---|
string | pageName |
Properties
URL
Returns the URL to the given page in the current Render Pipeline package documentation site.
Declaration
public override string URL { get; }
Property Value
Type | Description |
---|---|
string |