Class WaterVaporReaction
Inheritance
System.Object
WaterVaporReaction
Assembly: Content.Server.dll
Syntax
public sealed class WaterVaporReaction : object, IGasReactionEffect
Properties
|
Improve this Doc
View Source
GasId
Declaration
public int GasId { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
MolesPerUnit
Declaration
public float MolesPerUnit { get; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Reagent
Declaration
public string? Reagent { get; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
Methods
|
Improve this Doc
View Source
React(GasMixture, IGasMixtureHolder, AtmosphereSystem)
Declaration
public ReactionResult React(GasMixture mixture, IGasMixtureHolder holder, AtmosphereSystem atmosphereSystem)
Parameters
Returns
Implements