Show / Hide Table of Contents

Class ColorScheme

Dataset that contains our desired application colors. Theme

Inheritance
System.Object
UnityEngine.Object
UnityEngine.ScriptableObject
ColorScheme
Namespace: AdrianMiasik.ScriptableObjects
Assembly: Assembly-CSharp.dll
Syntax
[CreateAssetMenu(fileName = "New Color Scheme", menuName = "Adrian Miasik/Create New Color Scheme")]
public class ColorScheme : ScriptableObject

Fields

| Improve this Doc View Source

m_background

Declaration
public Color m_background
Field Value
Type Description
UnityEngine.Color
| Improve this Doc View Source

m_backgroundHighlight

Declaration
public Color m_backgroundHighlight
Field Value
Type Description
UnityEngine.Color
| Improve this Doc View Source

m_close

Declaration
public Color m_close
Field Value
Type Description
UnityEngine.Color
| Improve this Doc View Source

m_complete

Declaration
public Color m_complete
Field Value
Type Description
UnityEngine.Color
| Improve this Doc View Source

m_foreground

Declaration
public Color m_foreground
Field Value
Type Description
UnityEngine.Color
| Improve this Doc View Source

m_includedInTheseThemes

Declaration
public List<Theme> m_includedInTheseThemes
Field Value
Type Description
System.Collections.Generic.List<Theme>
| Improve this Doc View Source

m_modeOne

Declaration
public Color m_modeOne
Field Value
Type Description
UnityEngine.Color
| Improve this Doc View Source

m_modeTwo

Declaration
public Color m_modeTwo
Field Value
Type Description
UnityEngine.Color
| Improve this Doc View Source

m_running

Declaration
public Color m_running
Field Value
Type Description
UnityEngine.Color
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX