Class ColoredTheme
A tinted instance of the PiXYZ Editor Style.
Useful to create menus with a given tint, that will work on both free and pro Unity versions
Inheritance
System.Object
ColoredTheme
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: cs.temp.dll.dll
Syntax
public class ColoredTheme
Constructors
ColoredTheme(Color)
Declaration
public ColoredTheme(Color tint)
Parameters
Type |
Name |
Description |
Color |
tint |
|
Fields
tinit
Declaration
public readonly Color tinit
Field Value
Properties
categoryContent
Declaration
public GUIStyle categoryContent { get; }
Property Value
Type |
Description |
GUIStyle |
|
Declaration
public GUIStyle categoryHeader { get; }
Property Value
Type |
Description |
GUIStyle |
|
categoryTitle
Declaration
public GUIStyle categoryTitle { get; }
Property Value
Type |
Description |
GUIStyle |
|
downFluxTitle
Declaration
public GUIStyle downFluxTitle { get; }
Property Value
Type |
Description |
GUIStyle |
|
iconDownFlux
Declaration
public Texture2D iconDownFlux { get; }
Property Value
Type |
Description |
Texture2D |
|
iconDownFluxMid
Declaration
public Texture2D iconDownFluxMid { get; }
Property Value
Type |
Description |
Texture2D |
|
labelTitle
Declaration
public GUIStyle labelTitle { get; }
Property Value
Type |
Description |
GUIStyle |
|
ruleBlock
Declaration
public GUIStyle ruleBlock { get; }
Property Value
Type |
Description |
GUIStyle |
|
ruleBlockText
Declaration
public GUIStyle ruleBlockText { get; }
Property Value
Type |
Description |
GUIStyle |
|
ruleBlockTitle
Declaration
public GUIStyle ruleBlockTitle { get; }
Property Value
Type |
Description |
GUIStyle |
|
Declaration
public GUIStyle toolboxBlockTitle { get; }
Property Value
Type |
Description |
GUIStyle |
|