Multipurpose text for your settings page
Recommended
Adds text to the UI
SettingsPage.AddDivider("Text Goes Here");
Custom
// Custom var SectionHeading = new SectionHeading("My Text"); SettingsPage.InnerContent.Add(SectionHeading);
Last updated 2 months ago