GetHelpURLForObject(Object)
Get the URL for this object's documentation.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public static string GetHelpURLForObject(Object obj)
Parameters
The object to retrieve documentation for.
Returns
Type | Description |
|---|---|
| string | The documentation URL for the object. Note that this could use the https: or file: schemas. |
Remarks
Additional Resources: Help.HasHelpForObject, Help.ShowHelpForObject.