Class CurrentPipelineHelpURLAttribute
Use this attribute to define the help URP.
Inherited Members
Namespace: UnityEngine.Rendering
Syntax
[Conditional("UNITY_EDITOR")]
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Enum, AllowMultiple = false)]
public class CurrentPipelineHelpURLAttribute : HelpURLAttribute, _Attribute
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 |