Class AllStylesHACK
An hack version of AllTutorialStyles that allows the main window to not blow up due to crazy
static constructor initialization. Should be removed when migrating to UIElements
Inheritance
AllStylesHACK
Syntax
public class AllStylesHACK
Constructors
AllStylesHACK()
Declaration
Fields
activeElementBackground
Declaration
public GUIStyle activeElementBackground
Field Value
Type |
Description |
GUIStyle |
|
Declaration
public GUIStyle backButton
Field Value
Type |
Description |
GUIStyle |
|
Declaration
public GUIStyle backButtonDisabled
Field Value
Type |
Description |
GUIStyle |
|
background
Declaration
public GUIStyle background
Field Value
Type |
Description |
GUIStyle |
|
bgTheInBetweenText
Declaration
public GUIStyle bgTheInBetweenText
Field Value
Type |
Description |
GUIStyle |
|
completedElementBackground
Declaration
public GUIStyle completedElementBackground
Field Value
Type |
Description |
GUIStyle |
|
darkBackground
Declaration
public GUIStyle darkBackground
Field Value
Type |
Description |
GUIStyle |
|
Declaration
Field Value
Type |
Description |
GUIStyle |
|
Declaration
public GUIStyle headerBGStyle
Field Value
Type |
Description |
GUIStyle |
|
Declaration
public GUIStyle headerLabel
Field Value
Type |
Description |
GUIStyle |
|
Declaration
public GUIStyle iconButtonClose
Field Value
Type |
Description |
GUIStyle |
|
Declaration
public GUIStyle iconButtonHome
Field Value
Type |
Description |
GUIStyle |
|
Declaration
public GUIStyle iconButtonReset
Field Value
Type |
Description |
GUIStyle |
|
imageStyle
Declaration
public GUIStyle imageStyle
Field Value
Type |
Description |
GUIStyle |
|
inActiveElementBackground
Declaration
public GUIStyle inActiveElementBackground
Field Value
Type |
Description |
GUIStyle |
|
instructionLabel
Declaration
public GUIStyle instructionLabel
Field Value
Type |
Description |
GUIStyle |
|
instructionLabelIconCompleted
Declaration
public GUIStyle instructionLabelIconCompleted
Field Value
Type |
Description |
GUIStyle |
|
instructionLabelIconNotCompleted
Declaration
public GUIStyle instructionLabelIconNotCompleted
Field Value
Type |
Description |
GUIStyle |
|
line
Declaration
Field Value
Type |
Description |
GUIStyle |
|
linkCard
Declaration
Field Value
Type |
Description |
GUIStyle |
|
list
Declaration
Field Value
Type |
Description |
GUIStyle |
|
listBGStyle
Declaration
public GUIStyle listBGStyle
Field Value
Type |
Description |
GUIStyle |
|
listPrefix
Declaration
public GUIStyle listPrefix
Field Value
Type |
Description |
GUIStyle |
|
narrativeStyle
Declaration
public GUIStyle narrativeStyle
Field Value
Type |
Description |
GUIStyle |
|
Declaration
public GUIStyle nextButton
Field Value
Type |
Description |
GUIStyle |
|
Declaration
public GUIStyle nextButtonDisabled
Field Value
Type |
Description |
GUIStyle |
|
Declaration
public GUIStyle paginationLabel
Field Value
Type |
Description |
GUIStyle |
|
progressBar
Declaration
public GUIStyle progressBar
Field Value
Type |
Description |
GUIStyle |
|
progressLabel
Declaration
public GUIStyle progressLabel
Field Value
Type |
Description |
GUIStyle |
|
sectionTitleBackground
Declaration
public GUIStyle sectionTitleBackground
Field Value
Type |
Description |
GUIStyle |
|
sectionTitleLabel
Declaration
public GUIStyle sectionTitleLabel
Field Value
Type |
Description |
GUIStyle |
|
switchTutorialStyle
Declaration
public GUIStyle switchTutorialStyle
Field Value
Type |
Description |
GUIStyle |
|
theInBetweenText
Declaration
public GUIStyle theInBetweenText
Field Value
Type |
Description |
GUIStyle |
|
theInBetweenTextNotActiveOrCompleted
Declaration
public GUIStyle theInBetweenTextNotActiveOrCompleted
Field Value
Type |
Description |
GUIStyle |
|
Declaration
Field Value
Type |
Description |
GUIStyle |
|
topBarBackground
Declaration
public GUIStyle topBarBackground
Field Value
Type |
Description |
GUIStyle |
|
tutorialCard
Declaration
public GUIStyle tutorialCard
Field Value
Type |
Description |
GUIStyle |
|
videoStyle
Declaration
public GUIStyle videoStyle
Field Value
Type |
Description |
GUIStyle |
|
Declaration
public GUIStyle welcomeDialogButton
Field Value
Type |
Description |
GUIStyle |
|
Methods
FindStyle(GUIStyle, String)
Declaration
public static GUIStyle FindStyle(GUIStyle style, string name)
Parameters
Type |
Name |
Description |
GUIStyle |
style |
|
String |
name |
|
Returns
Type |
Description |
GUIStyle |
|