Table of Contents

Class ThemeManager

Namespace
PAC.Themes
public class ThemeManager : MonoBehaviour
Inheritance
ThemeManager
Extension Methods

Properties

currentTheme

public Theme currentTheme { get; }

Property Value

Theme

themes

public List<Theme> themes { get; }

Property Value

List<Theme>

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