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
Name | Description |
---|---|
CoreRPHelpURLAttribute(string, string) | The constructor of the attribute |
CoreRPHelpURLAttribute(string, string, string) | The constructor of the attribute |