On this pageTabDialog.RebuildTabsDeclaration#public void RebuildTabs()CopyDescription#Rebuild tabs from the templateUsage#Exampleusing NullSave.GDTK.UIPro;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(TabDialog target) { target.RebuildTabs(); }}Copy