Show / Hide Table of Contents

Class Atmosphere

Inheritance
System.Object
Atmosphere
Implements
IController
IViewController
IHasUniversalID
Namespace: Eco.Gameplay.Rooms
Assembly: Eco.Gameplay.dll
Syntax
public class Atmosphere : Object, IController, IViewController, IHasUniversalID

Constructors

Atmosphere()

Declaration
public Atmosphere()

Properties

CO2

Declaration
public float CO2 { get; set; }
Property Value
Type Description
System.Single

CO2Percent

Declaration
public float CO2Percent { get; }
Property Value
Type Description
System.Single

ControllerID

Declaration
public ref int ControllerID { get; }
Property Value
Type Description
System.Int32

Item[Type]

Declaration
public float this[Type itemType] { get; set; }
Parameters
Type Name Description
System.Type itemType
Property Value
Type Description
System.Single

Nitrogen

Declaration
public float Nitrogen { get; set; }
Property Value
Type Description
System.Single

NitrogenPercent

Declaration
public float NitrogenPercent { get; }
Property Value
Type Description
System.Single

Oxygen

Declaration
public float Oxygen { get; set; }
Property Value
Type Description
System.Single

OxygenPercent

Declaration
public float OxygenPercent { get; }
Property Value
Type Description
System.Single

RadiationCPM

Declaration
public float RadiationCPM { get; set; }
Property Value
Type Description
System.Single

Sum

Declaration
public float Sum { get; }
Property Value
Type Description
System.Single

Temperature

Declaration
public float Temperature { get; set; }
Property Value
Type Description
System.Single

Methods

Clone()

Declaration
public Atmosphere Clone()
Returns
Type Description
Atmosphere

CopyFrom(Atmosphere)

Declaration
public void CopyFrom(Atmosphere other)
Parameters
Type Name Description
Atmosphere other

Merge(Atmosphere)

Declaration
public void Merge(Atmosphere other)
Parameters
Type Name Description
Atmosphere other

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String

Operators

Multiply(Atmosphere, Double)

Declaration
public static Atmosphere operator *(Atmosphere a, double val)
Parameters
Type Name Description
Atmosphere a
System.Double val
Returns
Type Description
Atmosphere

Implements

IController
IViewController
IHasUniversalID

Extension Methods

TagUtils.TagNames(Object, Boolean)
TagUtils.TagDisplayNames(Object, Boolean)
ClientSetViewExtensions.SetClassOfProperty(Object, Player, String, String, Int32)
TypeTooltipExtensions.UILinkGeneric(Object)
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾