Constructor CoreRPHelpURLAttribute
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 |