Tanoda
|
Public Member Functions | |
void | OpenLoadPanel () |
void | Open (string path) |
IEnumerator | Open2 (string path) |
void | Clear () |
![]() | |
virtual void | OnPointerClick (PointerEventData eventData) |
virtual void | OnPointerEnter (PointerEventData eventData) |
virtual void | OnPointerExit (PointerEventData eventData) |
void | ShowTooltip () |
void | UpdateTooltip () |
void | HideTooltip () |
Public Attributes | |
pb_FileDialog | dialogPrefab |
Properties | |
override string | tooltip [get] |
![]() | |
virtual string | tooltip [get, set] |
bool | interactable [get, set] |
Additional Inherited Members | |
![]() | |
virtual void | Start () |
![]() | |
Selectable | selectable |
GameObject | tooltip_label = null |
Opens a file browser to select a level.
Definition at line 15 of file pb_LoadSceneButton.cs.
void GILES.pb_LoadSceneButton.Clear | ( | ) |
Definition at line 118 of file pb_LoadSceneButton.cs.
void GILES.pb_LoadSceneButton.Open | ( | string | path | ) |
Definition at line 52 of file pb_LoadSceneButton.cs.
IEnumerator GILES.pb_LoadSceneButton.Open2 | ( | string | path | ) |
Definition at line 72 of file pb_LoadSceneButton.cs.
void GILES.pb_LoadSceneButton.OpenLoadPanel | ( | ) |
Open the load dialog.
Definition at line 24 of file pb_LoadSceneButton.cs.
pb_FileDialog GILES.pb_LoadSceneButton.dialogPrefab |
Definition at line 17 of file pb_LoadSceneButton.cs.
|
get |
Definition at line 19 of file pb_LoadSceneButton.cs.