Table of Contents

Class KerbalManagerSlotContext

Namespace
KSP.UI
Assembly
Assembly-CSharp.dll
public class KerbalManagerSlotContext : ApiDataContext, IDisposable, IDataContext, IDataContextReadonly, IDataContextWritable
Inheritance
KerbalManagerSlotContext
Implements
Inherited Members
Extension Methods

Constructors

KerbalManagerSlotContext(string, Sprite, IGGuid, IGGuid, bool, bool)

public KerbalManagerSlotContext(string name, Sprite icon, IGGuid kerbalId, IGGuid locationId, bool isRightSide, bool isEmpty)

Parameters

name string
icon Sprite
kerbalId IGGuid
locationId IGGuid
isRightSide bool
isEmpty bool

Fields

HasIcon

[DataProperty("hasIcon")]
public Property<bool> HasIcon

Field Value

Property<bool>

Icon

[DataProperty("icon")]
public Property<Sprite> Icon

Field Value

Property<Sprite>

IsDragging

[DataProperty("isDragging")]
public Property<bool> IsDragging

Field Value

Property<bool>

IsEmpty

[DataProperty("isEmpty")]
public Property<bool> IsEmpty

Field Value

Property<bool>

IsHighlighted

[DataProperty("isHighlighted")]
public Property<bool> IsHighlighted

Field Value

Property<bool>

IsHighlightedEmpty

[DataProperty("isHighlightedEmpty")]
public Property<bool> IsHighlightedEmpty

Field Value

Property<bool>

IsRightSide

[DataProperty("isRightSide")]
public Property<bool> IsRightSide

Field Value

Property<bool>

IsValidDrop

[DataProperty("isValidDrop")]
public Property<bool> IsValidDrop

Field Value

Property<bool>

IsValidDropEmpty

[DataProperty("isValidDropEmpty")]
public Property<bool> IsValidDropEmpty

Field Value

Property<bool>

KerbalId

[DataProperty("kerbalId")]
public Property<IGGuid> KerbalId

Field Value

Property<IGGuid>

LocationId

[DataProperty("locationID")]
public Property<IGGuid> LocationId

Field Value

Property<IGGuid>

Name

[DataProperty("name")]
public Property<string> Name

Field Value

Property<string>