Inheritance
SMenuButtonOptions
Namespace: SUI
Assembly: SonsSdk.dll
public class SMenuButtonOptions : SUiElement<SMenuButtonOptions>
Constructors
Declaration
public SMenuButtonOptions(GameObject root)
Parameters
| Type |
Name |
Description |
| GameObject |
root |
|
Fields
Declaration
public Button ButtonObject
Field Value
Methods
Set the font size of the main text object
Declaration
public override SMenuButtonOptions FontSize(int size)
Parameters
| Type |
Name |
Description |
| int |
size |
|
Returns
Overrides
Declaration
public SMenuButtonOptions Notify(Action action)
Parameters
| Type |
Name |
Description |
| Action |
action |
|
Returns
Set the text of the main text object
Declaration
public override SMenuButtonOptions Text(string text)
Parameters
| Type |
Name |
Description |
| string |
text |
|
Returns
Overrides