Show / Hide Table of Contents

Class AboutPage

A Page used to display information about our application. Includes a description, social buttons (ThemeIconContainer), version number, and a copyright disclaimer.

Inheritance
System.Object
UnityEngine.Object
UnityEngine.Component
UnityEngine.Behaviour
UnityEngine.MonoBehaviour
ThemeElement
Page
AboutPage
Implements
IColorHook
Inherited Members
Page.Refresh()
Page.Show(Action)
Page.Hide(Action)
Page.IsPageOpen()
ThemeElement.Timer
ThemeElement.IsInitialized()
ThemeElement.OnDestroy()
Namespace: AdrianMiasik.Components.Core.Items.Pages
Assembly: Assembly-CSharp.dll
Syntax
public class AboutPage : Page, IColorHook

Methods

| Improve this Doc View Source

ColorUpdate(Theme)

Applies our Theme changes to our referenced components when necessary.

Declaration
public override void ColorUpdate(Theme theme)
Parameters
Type Name Description
Theme theme

The theme to apply on our referenced components.

Overrides
Page.ColorUpdate(Theme)
| Improve this Doc View Source

Initialize(PomodoroTimer, Boolean)

Declaration
public override void Initialize(PomodoroTimer pomodoroTimer, bool updateColors = true)
Parameters
Type Name Description
PomodoroTimer pomodoroTimer
System.Boolean updateColors
Overrides
ThemeElement.Initialize(PomodoroTimer, Boolean)

Implements

IColorHook
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX