Property | Type | Description | |
---|---|---|---|
background | |||
button_down_texture | |||
button_style | GUIStyle | ||
button_up_texture | |||
font | Font | ||
next_button_texture | |||
prev_button_texture | |||
showOrangeBorder | bool |
Method | Description | |
---|---|---|
Add ( string name, string label, string icon_path, bool popup ) : void | ||
AddColumn ( int height ) : void | ||
Complete ( string name ) : bool | ||
Contains ( string name ) : bool | ||
IsComplete ( string name ) : bool | ||
MakeButtonUnlockable ( string name ) : void | ||
MarkAlreadyComplete ( string name ) : bool | ||
OnGUI ( ) : void | ||
Replace ( string name, string new_name, string label, string path, bool popup ) : void | ||
Start ( ) : void | ||
displayPage ( int page_number, int table_width, int table_height ) : void | ||
displayPages ( ) : void | ||
show ( GameObject previous_state ) : void |
Method | Description | |
---|---|---|
getNumberOfPages ( ) : int | ||
tryUnlock ( ) : void |
public Add ( string name, string label, string icon_path, bool popup ) : void | ||
name | string | |
label | string | |
icon_path | string | |
popup | bool | |
return | void |
public MakeButtonUnlockable ( string name ) : void | ||
name | string | |
return | void |
public MarkAlreadyComplete ( string name ) : bool | ||
name | string | |
return | bool |
public Replace ( string name, string new_name, string label, string path, bool popup ) : void | ||
name | string | |
new_name | string | |
label | string | |
path | string | |
popup | bool | |
return | void |
public displayPage ( int page_number, int table_width, int table_height ) : void | ||
page_number | int | |
table_width | int | |
table_height | int | |
return | void |
public show ( GameObject previous_state ) : void | ||
previous_state | GameObject | |
return | void |
public Texture2D,UnityEngine button_down_texture | ||
return |
public Texture2D,UnityEngine button_up_texture | ||
return |
public Texture2D,UnityEngine next_button_texture | ||
return |
public Texture2D,UnityEngine prev_button_texture | ||
return |