Kerbal Space Program
1.12.4
|
Steam workshop export item dialogue More...
Classes | |
class | ReturnItems |
Public Member Functions | |
void | CloseDialog () |
void | OnCancel () |
void | OnConfirm () |
Static Public Member Functions | |
static SteamWorkshopExportDialog | Spawn (string title, string message, Callback< ReturnItems > onOk, Callback< bool > onCancel, bool showCancelBtn=true, bool showVisibilityOption=true, bool showChangeLog=true, bool showModsSection=false, bool showVesselTypeSection=false, VesselType vesselType=VesselType.Ship) |
Spawn and display a Steam Workshop Item export dialog with OK/Cancel More... | |
static SteamWorkshopExportDialog | Spawn (string title, string message, Callback< ReturnItems > onOk, bool showCancelBtn=true, bool showVisibilityOption=true, bool showChangeLog=true, bool showModsSection=false, bool showVesselTypeSection=false, VesselType vesselType=VesselType.Ship) |
Spawn and display a Steam Workshop Item export dialog with OK/Cancel More... | |
static SteamWorkshopExportDialog | Spawn (string title, string message, string textCancel, string textOK, string textDontShowAgain, Callback< ReturnItems > onOk, Callback< bool > onCancel, bool showCancelBtn=true, bool showVisibilityOption=true, bool showChangeLog=true, bool showModsSection=false, bool showVesselTypeSection=false, VesselType vesselType=VesselType.Ship) |
Spawn and display a Steam Workshop Item export dialog with OK/Cancel More... | |
Public Attributes | |
bool | modal = true |
If true dialog is modal. More... | |
Protected Member Functions | |
void | OnToggle (TypeButton t, bool b) |
void | ToggleSetup (TypeButton t, UnityAction< bool > onValueChangedCallback) |
Steam workshop export item dialogue
|
inline |
|
inline |
|
inline |
|
inlineprotected |
|
inlinestatic |
Spawn and display a Steam Workshop Item export dialog with OK/Cancel
title | Title text in the dialog |
message | Message text in the dialog |
onOk | Callback to invoke when OK is pressed |
onCancel | Callback to invoked when Cancel is pressed |
showCancelBtn | True to show a cancel button, otherwise just show an OK |
showVisibilityOption | True to show the workshop visibility toggle |
showChangeLog | True to show the workshop changelog section |
showModsSection | True to show the mods section |
showVesselTypeSection | True to show the vessel type section |
vesselType | The VesselType to be initially selected in the dialog |
|
inlinestatic |
Spawn and display a Steam Workshop Item export dialog with OK/Cancel
title | Title text in the dialog |
message | Message text in the dialog |
onOk | Callback to invoke when OK is pressed |
showCancelBtn | Tru to show a cancle button, otherwise just show an OK |
showVisibilityOption | True to show the workshop visibility toggle |
showChangeLog | True to show the workshop changelog section |
showModsSection | True to show the mods section |
showVesselTypeSection | True to show the vessel type section |
vesselType | The VesselType to be initially selected in the dialog |
|
inlinestatic |
Spawn and display a Steam Workshop Item export dialog with OK/Cancel
title | Title text in the dialog |
message | Message text in the dialog |
onOk | Callback to invoke when OK is pressed |
onCancel | Callback to invoked when Cancel is pressed |
showCancelBtn | Tru to show a cancle button, otherwise just show an OK |
textCancel | Text to display in the cancel button |
textOK | Text to Display in the OK button |
textDontShowAgain | Text to show in the Dont show me again toggle |
showVisibilityOption | True to show the workshop visibility toggle |
showChangeLog | True to show the workshop changelog section |
showModsSection | True to show the mods section |
showVesselTypeSection | True to show the vessel type section |
vesselType | The VesselType to be initially selected in the dialog |
|
inlineprotected |
bool SteamWorkshopExportDialog.modal = true |
If true dialog is modal.