SimpleFileMenuMenuLayoutAddMenu Method |
Add a top menu.
Namespace:
GeonBit.UI.Utils
Assembly:
GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void AddMenu(
string title,
float width
)
Parameters
- title
- Type: SystemString
Menu title. - width
- Type: SystemSingle
Menu width.
See Also