Class EditorWindowWithHelpButton
Editor window that adds a button to browse the help url, specify Help
Inherited Members
Namespace: UnityEditor .Rendering
Assembly: Unity.RenderPipelines.Core.Editor.dll
Syntax
public class EditorWindowWithHelpButton : EditorWindow
Methods
OnHelpButtonClicked()
What hapens when the help button is clicked onto. Default implementation use the Help
Declaration
protected virtual void OnHelpButtonClicked()
ShowButton(Rect)
Shows a button with help icon and opens the url defined by Help
Declaration
[Obsolete("This method will be removed soon. Please override OnHelpButtonClicked instead. #from(2023.1)", false)]
protected virtual void ShowButton(Rect r)
Parameters
Type | Name | Description |
---|---|---|
Rect | r | The rect to show the button |