Kerbal Space Program
1.12.4
|
Classes | |
class | CraftEntry |
Public Types | |
enum | LoadType { LoadType.Normal, LoadType.Merge } |
Public Member Functions | |
delegate void | CancelCallback () |
delegate void | SelectFileCallback (string fullPath, LoadType t) |
Static Public Member Functions | |
static LoadCraftDialog | Create (EditorFacility facility, string profile, SelectFileCallback onFileSelected, CancelCallback onCancel, bool showMergeOption) |
Public Attributes | |
Texture2D | FileIcon |
CancelCallback | OnBrowseCancelled |
SelectFileCallback | OnFileSelected |
string | profileName = "" |
string | windowTitle = "Select a craft to load" |
delegate void LoadCraftDialog.CancelCallback | ( | ) |
|
inlinestatic |
delegate void LoadCraftDialog.SelectFileCallback | ( | string | fullPath, |
LoadType | t | ||
) |
Texture2D LoadCraftDialog.FileIcon |
CancelCallback LoadCraftDialog.OnBrowseCancelled |
SelectFileCallback LoadCraftDialog.OnFileSelected |
string LoadCraftDialog.profileName = "" |
string LoadCraftDialog.windowTitle = "Select a craft to load" |