C# Class MolCheckBoxList, DsynBio

Inheritance: MonoBehaviour
Afficher le fichier Open project: CyberCRI/DsynBio Class Usage Examples

Méthodes publiques

Свойство Type Description
_checkBoxPrefab Transform

Méthodes publiques

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

Private Methods

Méthode Description
UpdateCheckBoxes ( ) : void

Method Details

MolCheckBoxList() public méthode

public MolCheckBoxList ( ) : System.Collections
Résultat System.Collections

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

changeMoleculeState() public méthode

public changeMoleculeState ( string name, bool state ) : void
name string
state bool
Résultat void

setMedium() public méthode

public setMedium ( Medium, med ) : void
med Medium,
Résultat void

Property Details

_checkBoxPrefab public_oe property

public Transform _checkBoxPrefab
Résultat Transform