![]() |
Debug.Log Extensions
Documentation (1.1.9)
|
|
static |
Start displaying a button on screen which calls a method when clicked.
Button will continue to be displayed until CancelDisplayButton(string) is called with the same label.
label | Label to display on the button. |
onClicked | Method to call when the button is clicked. |