Show / Hide Table of Contents

Class TemperatureConstructionGraphStep

Inheritance
System.Object
ConstructionGraphStep
TemperatureConstructionGraphStep
Namespace: Content.Shared.Construction.Steps
Assembly: Content.Shared.dll
Syntax
public sealed class TemperatureConstructionGraphStep : ConstructionGraphStep

Fields

| Improve this Doc View Source

MaxTemperature

Declaration
public float? MaxTemperature
Field Value
Type Description
System.Nullable<System.Single>
| Improve this Doc View Source

MinTemperature

Declaration
public float? MinTemperature
Field Value
Type Description
System.Nullable<System.Single>

Methods

| Improve this Doc View Source

DoExamine(ExaminedEvent)

Declaration
public override void DoExamine(ExaminedEvent examinedEvent)
Parameters
Type Name Description
ExaminedEvent examinedEvent
Overrides
ConstructionGraphStep.DoExamine(ExaminedEvent)
| Improve this Doc View Source

GenerateGuideEntry()

Declaration
public override ConstructionGuideEntry GenerateGuideEntry()
Returns
Type Description
ConstructionGuideEntry
Overrides
ConstructionGraphStep.GenerateGuideEntry()
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾