C# Class MolCheckBoxList, DsynBio

Inheritance: MonoBehaviour
Datei anzeigen Open project: CyberCRI/DsynBio Class Usage Examples

Public Properties

Property Type Description
_checkBoxPrefab Transform

Public Methods

Method Description
MolCheckBoxList ( ) : System.Collections
OnGUI ( ) : void
Start ( ) : void
Update ( ) : void
changeMoleculeState ( string name, bool state ) : void
setMedium ( Medium, med ) : void

Private Methods

Method Description
UpdateCheckBoxes ( ) : void

Method Details

MolCheckBoxList() public method

public MolCheckBoxList ( ) : System.Collections
return System.Collections

OnGUI() public method

public OnGUI ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

changeMoleculeState() public method

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

setMedium() public method

public setMedium ( Medium, med ) : void
med Medium,
return void

Property Details

_checkBoxPrefab public_oe property

public Transform _checkBoxPrefab
return Transform