Class OABSaveDialogExistingSave
- Namespace
- KSP.OAB
- Assembly
- Assembly-CSharp.dll
public class OABSaveDialogExistingSave : KerbalMonoBehaviour
- Inheritance
-
OABSaveDialogExistingSave
- Inherited Members
-
- Extension Methods
-
Constructors
OABSaveDialogExistingSave()
public OABSaveDialogExistingSave()
Properties
DataLocation
public IOProvider.DataLocation DataLocation { get; }
Property Value
- IOProvider.DataLocation
Description
public string Description { get; }
Property Value
- string
Label
public string Label { get; }
Property Value
- string
Name
public string Name { get; }
Property Value
- string
PartsAndStages
public string PartsAndStages { get; }
Property Value
- string
Path
public string Path { get; }
Property Value
- string
SaveDate
public long SaveDate { get; }
Property Value
- long
SaveDateTime
public string SaveDateTime { get; }
Property Value
- string
ThumbnailImage
public Sprite ThumbnailImage { get; }
Property Value
- Sprite
VehicleName
public string VehicleName { get; }
Property Value
- string
Methods
DeselectEntryIfWorkspaceNameChanged(string)
public bool DeselectEntryIfWorkspaceNameChanged(string newWorkspaceName)
Parameters
newWorkspaceName string
Returns
- bool
public void Initialize(OABSaveDialog owner, string vesselName, OABSavedWorkspaceMetaInfo workspaceMetaInfo, string path, Sprite thumbnailImage, IOProvider.DataLocation dataLocation)
Parameters
owner OABSaveDialog
vesselName string
workspaceMetaInfo OABSavedWorkspaceMetaInfo
path string
thumbnailImage Sprite
dataLocation IOProvider.DataLocation