C# Class GraphWindow, DsynBio

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

Méthodes publiques

Свойство Type Description
_VectrosityCam Camera

Méthodes publiques

Méthode Description
GraphWindow ( ) : System.Collections
OnGUI ( ) : void
Start ( ) : void
Update ( ) : void
addCurve ( Curve, c ) : void
changeMoleculeState ( string name, bool state ) : void
removeCurve ( string name ) : void
setMedium ( Medium, medium ) : void

Method Details

GraphWindow() public méthode

public GraphWindow ( ) : 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

addCurve() public méthode

public addCurve ( Curve, c ) : void
c Curve,
Résultat void

changeMoleculeState() public méthode

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

removeCurve() public méthode

public removeCurve ( string name ) : void
name string
Résultat void

setMedium() public méthode

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

Property Details

_VectrosityCam public_oe property

public Camera _VectrosityCam
Résultat Camera