Class CoreRPHelpURLAttribute
Attribute to define the help url
Inherited Members
Namespace: UnityEngine.Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
[Conditional("UNITY_EDITOR")]
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Enum, AllowMultiple = false)]
public class CoreRPHelpURLAttribute : HelpURLAttribute
Examples
[CoreRPHelpURLAttribute("Volume")] public class Volume : MonoBehaviour
Constructors
CoreRPHelpURLAttribute(string, string)
The constructor of the attribute
Declaration
public CoreRPHelpURLAttribute(string pageName, string packageName = "com.unity.render-pipelines.core")
Parameters
Type | Name | Description |
---|---|---|
string | pageName | |
string | packageName |
CoreRPHelpURLAttribute(string, string, string)
The constructor of the attribute
Declaration
public CoreRPHelpURLAttribute(string pageName, string pageHash, string packageName = "com.unity.render-pipelines.core")
Parameters
Type | Name | Description |
---|---|---|
string | pageName | |
string | pageHash | |
string | packageName |