Méthode | Description | |
---|---|---|
GetReaction ( string molecule1, string molecule2 ) : ReactionTableEntry, | ||
ReactionTable ( ) : UnityEngine | ||
RegisterReaction ( string molecule1, string molecule2, ReactionTableEntry, entry ) : void | ||
SetUpTable ( string allMolecules ) : void |
public GetReaction ( string molecule1, string molecule2 ) : ReactionTableEntry, | ||
molecule1 | string | |
molecule2 | string | |
Résultat | ReactionTableEntry, |
public RegisterReaction ( string molecule1, string molecule2, ReactionTableEntry, entry ) : void | ||
molecule1 | string | |
molecule2 | string | |
entry | ReactionTableEntry, | |
Résultat | void |
public SetUpTable ( string allMolecules ) : void | ||
allMolecules | string | |
Résultat | void |