Inheritance
System.Object
UnityEngine.Object
UnityEngine.Component
UnityEngine.Behaviour
UnityEngine.MonoBehaviour
SidebarRow
Assembly: Assembly-CSharp.dll
public class SidebarRow : ThemeElement, IColorHook, IPointerEnterHandler, IPointerExitHandler, IEventSystemHandler
Methods
|
Improve this Doc
View Source
Declaration
|
Improve this Doc
View Source
Declaration
public override void ColorUpdate(Theme theme)
Parameters
Type |
Name |
Description |
Theme |
theme |
|
Overrides
|
Improve this Doc
View Source
Declaration
[ContextMenu("Deselect")]
public void Deselect()
|
Improve this Doc
View Source
Declaration
public ClickButton GetClickButton()
Returns
|
Improve this Doc
View Source
Declaration
public float GetLabelFontSize()
Returns
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
|
Improve this Doc
View Source
Declaration
public void Initialize(PomodoroTimer pomodoroTimer, Sidebar parentSidebar, bool selected = false)
Parameters
|
Improve this Doc
View Source
Declaration
public bool IsSelectable()
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
|
Improve this Doc
View Source
Declaration
public void OnPointerEnter(PointerEventData eventData)
Parameters
Type |
Name |
Description |
UnityEngine.EventSystems.PointerEventData |
eventData |
|
|
Improve this Doc
View Source
Declaration
public void OnPointerExit(PointerEventData eventData)
Parameters
Type |
Name |
Description |
UnityEngine.EventSystems.PointerEventData |
eventData |
|
|
Improve this Doc
View Source
Declaration
public void PlaySpawnAnimation()
|
Improve this Doc
View Source
Declaration
public void ResetMaxFontSize()
|
Improve this Doc
View Source
Declaration
[ContextMenu("Select")]
public void Select()
|
Improve this Doc
View Source
Declaration
public void SetMaxFontSize(float desiredMaxSize)
Parameters
Type |
Name |
Description |
System.Single |
desiredMaxSize |
|
|
Improve this Doc
View Source
Declaration
Implements