Show / Hide Table of Contents

Struct GasAnalyzerComponent.GasEntry

Individual gas entry data for populating the UI

Namespace: Content.Shared.Atmos.Components
Assembly: Content.Shared.dll
Syntax
public struct GasEntry

Constructors

| Improve this Doc View Source

GasEntry(String, Single, String)

Declaration
public GasEntry(string name, float amount, string color)
Parameters
Type Name Description
System.String name
System.Single amount
System.String color

Fields

| Improve this Doc View Source

Amount

Declaration
public readonly float Amount
Field Value
Type Description
System.Single
| Improve this Doc View Source

Color

Declaration
public readonly string Color
Field Value
Type Description
System.String
| Improve this Doc View Source

Name

Declaration
public readonly string Name
Field Value
Type Description
System.String

Methods

| Improve this Doc View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾