|
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(Expression<Action>) is called with an expression pointing to the same method.
| onClicked | Expression pointing to the method to call when the button is clicked. |