Tanoda
|
Public Member Functions | |
void | OpenSavePanel () |
void | Save (string path) |
![]() | |
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 |
StageManager | stageManager |
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 |
Save the current scene to a file. Opens the file browser and asks where to save if first time or SaveAs.
Definition at line 12 of file pb_SaveSceneButton.cs.
void GILES.pb_SaveSceneButton.OpenSavePanel | ( | ) |
Open the save dialog.
Definition at line 24 of file pb_SaveSceneButton.cs.
void GILES.pb_SaveSceneButton.Save | ( | string | path | ) |
Definition at line 53 of file pb_SaveSceneButton.cs.
pb_FileDialog GILES.pb_SaveSceneButton.dialogPrefab |
Definition at line 14 of file pb_SaveSceneButton.cs.
StageManager GILES.pb_SaveSceneButton.stageManager |
Definition at line 16 of file pb_SaveSceneButton.cs.
|
get |
Definition at line 18 of file pb_SaveSceneButton.cs.