SectionHeading

Multipurpose text for your settings page

Usage

Custom

Adds text to the UI

// Custom
var SectionHeading = new SectionHeading("My Text");
SettingsPage.InnerContent.Add(SectionHeading);

Last updated