Class Atmosphere
Inheritance
System.Object
Atmosphere
Assembly: Eco.Gameplay.dll
Syntax
public class Atmosphere : Object, IController, IViewController, IHasUniversalID
Constructors
Atmosphere()
Declaration
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
CopyFrom(Atmosphere)
Declaration
public void CopyFrom(Atmosphere other)
Parameters
Merge(Atmosphere)
Declaration
public void Merge(Atmosphere other)
Parameters
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
Implements
Extension Methods