Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


HelpBoxWithButton(GUIContent, GUIContent)

Make a help box with a message and button. Returns true, if button was pressed.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Method
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
public bool HelpBoxWithButton(GUIContent messageContent, GUIContent buttonContent)

Parameters

messageContent

The message text.

buttonContent

The button text.

Returns

Type

Description

boolReturns true, if button was pressed.