Class OABLoadDialogExistingSave
- Namespace
- KSP.OAB
- Assembly
- Assembly-CSharp.dll
public class OABLoadDialogExistingSave : KerbalMonoBehaviour
- Inheritance
-
OABLoadDialogExistingSave
- Inherited Members
-
- Extension Methods
-
Constructors
OABLoadDialogExistingSave()
public OABLoadDialogExistingSave()
Properties
Content
public string Content { get; set; }
Property Value
- string
DataLocation
public IOProvider.DataLocation DataLocation { get; }
Property Value
- IOProvider.DataLocation
Description
public string Description { get; }
Property Value
- string
FileName
public string FileName { get; }
Property Value
- string
IsStock
public bool IsStock { get; }
Property Value
- bool
Label
public string Label { get; }
Property Value
- string
Mass
public float Mass { get; }
Property Value
- float
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 string SaveDate { get; }
Property Value
- string
SaveDateTime
public long SaveDateTime { get; }
Property Value
- long
ThumbnailImage
public Sprite ThumbnailImage { get; }
Property Value
- Sprite
Methods
public void Initialize(OABLoadDialog owner, string entryName, OABSavedWorkspaceMetaInfo workspaceMetaInfo, string path, bool isStock, Sprite thumbnailImage, IOProvider.DataLocation dataLocation, string fileName)
Parameters
owner OABLoadDialog
entryName string
workspaceMetaInfo OABSavedWorkspaceMetaInfo
path string
isStock bool
thumbnailImage Sprite
dataLocation IOProvider.DataLocation
fileName string