Creates and initializes Buttonize transform object.
Name | Description | |
---|---|---|
Buttonize() |
Creates and initializes Buttonize transform object. |
|
Buttonize(Single) |
Creates and initializes Buttonize transform object. You can set button edge width at this constructor. |
|
Buttonize(Single, Color, Color) |
Creates and initializes Buttonize transform object. At this constructor you can set button edge width and edges colors. |
|
Buttonize(Single, FadeType, Direction) |
Creates and initializes Buttonize transform object. At this constructor you can set button edge width and parameters defining edges appearance as lighting direction and border fade type. |
|
Buttonize(Single, FadeType, Direction, Color, Color) |
Creates and initializes Buttonize transform object. At this constructor you can set button edge width and parameters defining edges appearance as lighting direction, border fade type, and edges colors. |
|
Buttonize(Single, FadeType, Direction, Boolean, Boolean) |
Creates and initializes Buttonize transform object. At this constructor you can set button edge width and parameters defining edges appearance as lighting direction and border fade type. Besides you can enable/disable horizontal or vertical edges here. |
|
Buttonize(Single, FadeType, Direction, Boolean, Boolean, Color, Color) |
Creates and initializes Buttonize transform object. At this constructor you can all parameters available for buttonizing. |