Class LaunchpadDialog
- Namespace
- KSP.Game
- Assembly
- Assembly-CSharp.dll
public class LaunchpadDialog : KerbalMonoBehaviour
- Inheritance
-
LaunchpadDialog
- Inherited Members
-
- Extension Methods
-
Constructors
LaunchpadDialog()
Fields
currentFilter
public AssemblyPartFilterType currentFilter
Field Value
- AssemblyPartFilterType
sortingDropdown
public DropdownExtended sortingDropdown
Field Value
- DropdownExtended
Properties
CurrentSelectedSaveFile
public TextAsset CurrentSelectedSaveFile { get; set; }
Property Value
- TextAsset
CurrentSelectedSaveFileDataLocation
public IOProvider.DataLocation CurrentSelectedSaveFileDataLocation { get; set; }
Property Value
- IOProvider.DataLocation
CurrentSelectedSaveFileName
public string CurrentSelectedSaveFileName { get; set; }
Property Value
- string
CurrentSelectedVesselIsStock
public bool CurrentSelectedVesselIsStock { get; set; }
Property Value
- bool
IsVisible
public bool IsVisible { get; set; }
Property Value
- bool
LaunchpadClearMessage
public CanvasGroup LaunchpadClearMessage { get; set; }
Property Value
- CanvasGroup
ObjectPool
public GameObjectPool<LaunchpadDialogFileEntry> ObjectPool { get; set; }
Property Value
- GameObjectPool<LaunchpadDialogFileEntry>
VehicleInfo
public CanvasGroup VehicleInfo { get; set; }
Property Value
- CanvasGroup
Methods
SetVisible(bool)
public void SetVisible(bool visibility)
Parameters
visibility bool
UpdateSelectedVehicleInformation(string, string, string, TextAsset, DataLocation, Sprite, List<string>)
public void UpdateSelectedVehicleInformation(string name, string description, string fileName, TextAsset stockVesselfile, IOProvider.DataLocation dataLocation, Sprite thumbnail, List<string> criticalConcernLocTerms)
Parameters
name string
description string
fileName string
stockVesselfile TextAsset
dataLocation IOProvider.DataLocation
thumbnail Sprite
criticalConcernLocTerms List<string>