[ButtonHeight]

Attribute used for setting the height of a method button.

Parameters

Parameter Name
Description
Type

height

Button height in pixels.

float

Examples

[Button]
[ButtonHeight(40)]
public void BigButton()
{
    Debug.Log("Big Button Clicked!");
}