C# Class MediumInfoWindow, Hero.Coli

Inheritance: MonoBehaviour
Show file Open project: CyberCRI/Hero.Coli Class Usage Examples

Public Properties

Property Type Description
_mediumId int

Public Methods

Method Description
changeMoleculeState ( string name, bool state ) : void
setMedium ( Medium, m ) : bool

Private Methods

Method Description
Start ( ) : void
Update ( ) : void

Method Details

changeMoleculeState() public method

public changeMoleculeState ( string name, bool state ) : void
name string
state bool
return void

setMedium() public method

public setMedium ( Medium, m ) : bool
m Medium,
return bool

Property Details

_mediumId public property

public int _mediumId
return int