M_MSCLoader_PopupSetting_AddText_1 - piotrulos/MSCModLoader GitHub Wiki
Add just a text (doesn't return anything on confirm)
Namespace: MSCLoader
Assembly: MSCLoader (in MSCLoader.dll) Version: 1.4.2.410
C#
public SettingsText AddText(
string text,
TextAlignment textAlignment,
bool visibleByDefault = true
)- String
- Just a text (supports unity rich text)
- TextAlignment
- Text alignment (Left, Center, Right)
- Boolean (Optional)
- Should this setting be visible by default
SettingsText
SettingsText