Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

stringThe documentation URL for the object. Note that this could use the https: or file: schemas.

Remarks