Show / Hide Table of Contents

Class ReactantPrototype

Prototype for chemical reaction reactants.

Inheritance
System.Object
ReactantPrototype
Namespace: Content.Shared.Chemistry.Reaction
Assembly: Content.Shared.dll
Syntax
public sealed class ReactantPrototype : object

Properties

| Improve this Doc View Source

Amount

Minimum amount of the reactant needed for the reaction to occur.

Declaration
public FixedPoint2 Amount { get; }
Property Value
Type Description
FixedPoint2
| Improve this Doc View Source

Catalyst

Whether or not the reactant is a catalyst. Catalysts aren't removed when a reaction occurs.

Declaration
public bool Catalyst { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾