😎
Theme Customizer
  • 😎Theme Customizer Documentation!
  • 💖Quick Getting Start
  • ðŸĶēTheme Obj
  • ðŸ‘ūComponent
    • Color
    • Logo
    • Text
      • Text Color
      • Text Hover Effect
    • Button
      • ThemeObj Button
    • Text Mesh Pro
      • Dropdown
Powered by GitBook
On this page
  1. Component
  2. Button

ThemeObj Button

PreviousButtonNextText Mesh Pro

Last updated 1 year ago

You can add TC_Theme Obj Btn as component to switch different style of theme on runtime.

Otherwise, you can also use this code to switch different style in your custom code.

ThemeCustomizer.Instance.ChangeTheme(ThemeObj);
ðŸ‘ū