Button
Creates a Button that invokes a custom method when clicked.

[Button("Custom Test Button")]
private void Test()
{
Debug.Log("Test method called!");
}[Button(string label)]label: Text to display on the Button
Last updated
Creates a Button that invokes a custom method when clicked.

[Button("Custom Test Button")]
private void Test()
{
Debug.Log("Test method called!");
}[Button(string label)]label: Text to display on the Button
Last updated