C# Class ReactionTable, World-of-Carbon

Afficher le fichier Open project: kenfehling/World-of-Carbon Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public GetReaction ( string molecule1, string molecule2 ) : ReactionTableEntry,
molecule1 string
molecule2 string
Résultat ReactionTableEntry,

ReactionTable() public méthode

public ReactionTable ( ) : UnityEngine
Résultat UnityEngine

RegisterReaction() public méthode

public RegisterReaction ( string molecule1, string molecule2, ReactionTableEntry, entry ) : void
molecule1 string
molecule2 string
entry ReactionTableEntry,
Résultat void

SetUpTable() public méthode

public SetUpTable ( string allMolecules ) : void
allMolecules string
Résultat void