InspectorUIUtility.RenderHelpURL(Type) Method

Definition

Render a documentation header with button if Object contains HelpURLAttribute

public:
 static bool RenderHelpURL(Type ^ targetType);
public static bool RenderHelpURL (Type targetType);
static member RenderHelpURL : Type -> bool
Public Shared Function RenderHelpURL (targetType As Type) As Boolean

Parameters

targetType
Type

Type to test for HelpURLAttribute

Returns

Boolean

true if object drawn and button clicked, false otherwise

Applies to