Class PortableGeneratorComponentBuiState
Contains network state for the portable generator.
Inheritance
System.Object
PortableGeneratorComponentBuiState
Assembly: Content.Shared.dll
Syntax
public sealed class PortableGeneratorComponentBuiState : BoundUserInterfaceState
Constructors
|
Improve this Doc
View Source
PortableGeneratorComponentBuiState(FuelGeneratorComponent, Single, Boolean)
Declaration
public PortableGeneratorComponentBuiState(FuelGeneratorComponent component, float remainingFuel, bool clogged)
Parameters
Fields
|
Improve this Doc
View Source
Clogged
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
MaximumPower
Declaration
public float MaximumPower
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
On
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
OptimalPower
Declaration
public float OptimalPower
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
RemainingFuel
Declaration
public float RemainingFuel
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
TargetPower
Declaration
Field Value
Type |
Description |
System.Single |
|