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)]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)]Last updated