![]() |
Debug.Log Extensions
Documentation (1.1.9)
|
|
static |
Stop displaying a button on screen.
void OnEnable() { Debug.DisplayButton("Say Hello", ()=>Debug.Log("Hello!")); }
void OnDisable() { Debug.CancelDisplayButton("Say Hello"); }
label | Label of a button that is being displayed on screen. |