Class ChemMasterBoundUserInterfaceState
Inheritance
System.Object
ChemMasterBoundUserInterfaceState
Assembly: Content.Shared.dll
Syntax
public sealed class ChemMasterBoundUserInterfaceState : BoundUserInterfaceState
Constructors
|
Improve this Doc
View Source
ChemMasterBoundUserInterfaceState(ChemMasterMode, ContainerInfo, ContainerInfo, IReadOnlyList<ReagentQuantity>, FixedPoint2, UInt32, UInt32, Boolean)
Declaration
public ChemMasterBoundUserInterfaceState(ChemMasterMode mode, ContainerInfo inputContainerInfo, ContainerInfo outputContainerInfo, IReadOnlyList<ReagentQuantity> bufferReagents, FixedPoint2 bufferCurrentVolume, uint selectedPillType, uint pillDosageLimit, bool updateLabel)
Parameters
Fields
|
Improve this Doc
View Source
BufferCurrentVolume
Declaration
public readonly FixedPoint2? BufferCurrentVolume
Field Value
|
Improve this Doc
View Source
BufferReagents
A list of the reagents and their amounts within the buffer, if applicable.
Declaration
public readonly IReadOnlyList<ReagentQuantity> BufferReagents
Field Value
|
Improve this Doc
View Source
InputContainerInfo
Declaration
public readonly ContainerInfo InputContainerInfo
Field Value
|
Improve this Doc
View Source
Mode
Declaration
public readonly ChemMasterMode Mode
Field Value
|
Improve this Doc
View Source
OutputContainerInfo
Declaration
public readonly ContainerInfo OutputContainerInfo
Field Value
|
Improve this Doc
View Source
PillDosageLimit
Declaration
public readonly uint PillDosageLimit
Field Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
SelectedPillType
Declaration
public readonly uint SelectedPillType
Field Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
UpdateLabel
Declaration
public readonly bool UpdateLabel
Field Value
Type |
Description |
System.Boolean |
|