Class ThemeManager
public class ThemeManager : MonoBehaviour
- Inheritance
-
ThemeManager
- Extension Methods
Properties
currentTheme
public Theme currentTheme { get; }
Property Value
themes
public List<Theme> themes { get; }
Property Value
Methods
SetTheme(Theme)
public void SetTheme(Theme theme)
Parameters
theme
Theme
SetTheme(string)
public void SetTheme(string themeName)
Parameters
themeName
string
SubscribeToThemeChanged(UnityAction)
public void SubscribeToThemeChanged(UnityAction call)
Parameters
call
UnityAction