Show / Hide Table of Contents

Class WelderComponentState

Inheritance
System.Object
WelderComponentState
Namespace: Content.Shared.Tools.Components
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
public bool Lit { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾