Class ApcBoundInterfaceState
Inheritance
System.Object
ApcBoundInterfaceState
Assembly: Content.Shared.dll
Syntax
public sealed class ApcBoundInterfaceState : BoundUserInterfaceState
Constructors
|
Improve this Doc
View Source
ApcBoundInterfaceState(Boolean, Boolean, Int32, ApcExternalPowerState, Single)
Declaration
public ApcBoundInterfaceState(bool mainBreaker, bool hasAccess, int power, ApcExternalPowerState apcExternalPower, float charge)
Parameters
Type |
Name |
Description |
System.Boolean |
mainBreaker |
|
System.Boolean |
hasAccess |
|
System.Int32 |
power |
|
ApcExternalPowerState |
apcExternalPower |
|
System.Single |
charge |
|
Fields
|
Improve this Doc
View Source
ApcExternalPower
Declaration
public readonly ApcExternalPowerState ApcExternalPower
Field Value
|
Improve this Doc
View Source
Charge
Declaration
public readonly float Charge
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
HasAccess
Declaration
public readonly bool HasAccess
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
MainBreaker
Declaration
public readonly bool MainBreaker
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Power
Declaration
public readonly int Power
Field Value
Type |
Description |
System.Int32 |
|