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
AboutPage
Implements
Inherited Members
Namespace: AdrianMiasik.Components.Core.Items.Pages
Assembly: Assembly-CSharp.dll
Syntax
public class AboutPage : Page, IColorHook
Methods
| Improve this Doc View SourceColorUpdate(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
| Improve this Doc View SourceInitialize(PomodoroTimer, Boolean)
Declaration
public override void Initialize(PomodoroTimer pomodoroTimer, bool updateColors = true)
Parameters
Type | Name | Description |
---|---|---|
PomodoroTimer | pomodoroTimer | |
System.Boolean | updateColors |