Свойство | Type | Description | |
---|---|---|---|
_activeTransportFiles | string[] | ||
_fickFiles | string[] | ||
_mediumsFiles | string[] | ||
_moleculesFiles | string[] | ||
_reactionsFiles | string[] | ||
enableEnergy | bool | ||
enableNoise | bool | ||
enableSequential | bool | ||
enableShufflingMediumOrder | bool | ||
enableShufflingReactionOrder | bool | ||
gameObjectName | string | ||
reactionsSpeed | float |
Méthode | Description | |
---|---|---|
Pause ( bool pause ) : void | ||
Update ( ) : void | ||
addReactionToMedium ( int mediumId, IReaction, reaction ) : void | ||
get ( ) : ReactionEngine, | ||
getAllMoleculesFromMoleculeSets ( LinkedList |
||
getFick ( ) : Fick, | ||
getMediumFromId ( int id, LinkedList |
||
getMediumList ( ) : LinkedList |
||
getMoleculeFromName ( string name, ArrayList molecules ) : Molecule, | ||
getMoleculeSetFromId ( string id, LinkedList |
||
getMoleculesFromMedium ( int id ) : ArrayList | ||
getReactionSetFromId ( string id, LinkedList |
||
isMoleculeDuplicated ( Molecule, mol, ArrayList list ) : bool | ||
isPaused ( ) : bool | ||
removeReaction ( int mediumId, IReaction, reaction, bool checkNameAndMedium = false ) : void | ||
removeReactionFromMediumByName ( int mediumId, string name ) : void |
Méthode | Description | |
---|---|---|
Awake ( ) : void |
public addReactionToMedium ( int mediumId, IReaction, reaction ) : void | ||
mediumId | int | |
reaction | IReaction, | |
Résultat | void |
public static getAllMoleculesFromMoleculeSets ( LinkedList |
||
list | LinkedList |
|
Résultat | ArrayList |
public static getMediumFromId ( int id, LinkedList |
||
id | int | |
list | LinkedList |
|
Résultat | Medium, |
public static getMoleculeFromName ( string name, ArrayList molecules ) : Molecule, | ||
name | string | |
molecules | ArrayList | |
Résultat | Molecule, |
public static getMoleculeSetFromId ( string id, LinkedList |
||
id | string | |
list | LinkedList |
|
Résultat | MoleculeSet |
public getMoleculesFromMedium ( int id ) : ArrayList | ||
id | int | |
Résultat | ArrayList |
public static getReactionSetFromId ( string id, LinkedList |
||
id | string | |
list | LinkedList |
|
Résultat | ReactionSet |
public static isMoleculeDuplicated ( Molecule, mol, ArrayList list ) : bool | ||
mol | Molecule, | |
list | ArrayList | |
Résultat | bool |
public removeReaction ( int mediumId, IReaction, reaction, bool checkNameAndMedium = false ) : void | ||
mediumId | int | |
reaction | IReaction, | |
checkNameAndMedium | bool | |
Résultat | void |
public removeReactionFromMediumByName ( int mediumId, string name ) : void | ||
mediumId | int | |
name | string | |
Résultat | void |
public bool enableShufflingReactionOrder | ||
Résultat | bool |