C# Class ReactionTable, World-of-Carbon

Mostra file Open project: kenfehling/World-of-Carbon Class Usage Examples

Public Methods

Method Description
GetReaction ( string molecule1, string molecule2 ) : ReactionTableEntry,
ReactionTable ( ) : UnityEngine
RegisterReaction ( string molecule1, string molecule2, ReactionTableEntry, entry ) : void
SetUpTable ( string allMolecules ) : void

Method Details

GetReaction() public method

public GetReaction ( string molecule1, string molecule2 ) : ReactionTableEntry,
molecule1 string
molecule2 string
return ReactionTableEntry,

ReactionTable() public method

public ReactionTable ( ) : UnityEngine
return UnityEngine

RegisterReaction() public method

public RegisterReaction ( string molecule1, string molecule2, ReactionTableEntry, entry ) : void
molecule1 string
molecule2 string
entry ReactionTableEntry,
return void

SetUpTable() public method

public SetUpTable ( string allMolecules ) : void
allMolecules string
return void