Attribute used for displaying a button that invokes the method repeatedly while held down.
[RepeatButton] public void IncreaseValue() { value++; }