Class KerbalManagerSlotContext
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
Fields
HasIcon
[DataProperty("hasIcon")]
public Property<bool> HasIcon
Field Value
Icon
[DataProperty("icon")]
public Property<Sprite> Icon
Field Value
- Property<Sprite>
IsDragging
[DataProperty("isDragging")]
public Property<bool> IsDragging
Field Value
IsEmpty
[DataProperty("isEmpty")]
public Property<bool> IsEmpty
Field Value
IsHighlighted
[DataProperty("isHighlighted")]
public Property<bool> IsHighlighted
Field Value
IsHighlightedEmpty
[DataProperty("isHighlightedEmpty")]
public Property<bool> IsHighlightedEmpty
Field Value
IsRightSide
[DataProperty("isRightSide")]
public Property<bool> IsRightSide
Field Value
IsValidDrop
[DataProperty("isValidDrop")]
public Property<bool> IsValidDrop
Field Value
IsValidDropEmpty
[DataProperty("isValidDropEmpty")]
public Property<bool> IsValidDropEmpty
Field Value
KerbalId
[DataProperty("kerbalId")]
public Property<IGGuid> KerbalId
Field Value
LocationId
[DataProperty("locationID")]
public Property<IGGuid> LocationId
Field Value
Name
[DataProperty("name")]
public Property<string> Name