Class WelderComponentState
Inheritance
System.Object
WelderComponentState
Assembly: Content.Shared.dll
Syntax
public sealed class WelderComponentState : ComponentState
Constructors
|
Improve this Doc
View Source
WelderComponentState(Single, Single, Boolean)
Declaration
public WelderComponentState(float fuelCapacity, float fuel, bool lit)
Parameters
Type |
Name |
Description |
System.Single |
fuelCapacity |
|
System.Single |
fuel |
|
System.Boolean |
lit |
|
Properties
|
Improve this Doc
View Source
Fuel
Declaration
public float Fuel { get; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
FuelCapacity
Declaration
public float FuelCapacity { get; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Lit
Declaration
Property Value
Type |
Description |
System.Boolean |
|