Class GasTankBoundUserInterfaceState
Inheritance
System.Object
GasTankBoundUserInterfaceState
Assembly: Content.Shared.dll
Syntax
public sealed class GasTankBoundUserInterfaceState : BoundUserInterfaceState
Properties
|
Improve this Doc
View Source
CanConnectInternals
Declaration
public bool CanConnectInternals { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
InternalsConnected
Declaration
public bool InternalsConnected { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
OutputPressure
Declaration
public float? OutputPressure { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Single> |
|
|
Improve this Doc
View Source
TankPressure
Declaration
public float TankPressure { get; set; }
Property Value
Type |
Description |
System.Single |
|