[ButtonStyle]

Attribute used for setting a custom GUI style for the method button.

Parameters

Parameter Name
Description
Type

name

Name of the GUI style to use.

string

Examples

[Button]
[ButtonStyle("helpbox")]
public void StyledButton()
{
    // ...
}