Class AddressablesHelpURLAttribute
A HelpURLAttribute that links to a page in the Addressables package manual, resolving the documentation URL for the currently installed package version. Apply this to a type so the Inspector header help (?) button opens the correct manual page.
Implements
Inherited Members
Namespace: UnityEditor.AddressableAssets.Settings
Assembly: Unity.Addressables.Editor.dll
Syntax
[AttributeUsage(AttributeTargets.Class, Inherited = false)]
public sealed class AddressablesHelpURLAttribute : HelpURLAttribute, _Attribute
Constructors
| Name | Description |
|---|---|
| AddressablesHelpURLAttribute(string) | Initializes a new instance of the AddressablesHelpURLAttribute class. |