C# Class GraphWindow, DsynBio

Inheritance: MonoBehaviour
显示文件 Open project: CyberCRI/DsynBio Class Usage Examples

Public Properties

Property Type Description
_VectrosityCam Camera

Public Methods

Method 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 method

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

addCurve() public method

public addCurve ( Curve, c ) : void
c Curve,
return void

changeMoleculeState() public method

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

removeCurve() public method

public removeCurve ( string name ) : void
name string
return void

setMedium() public method

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

Property Details

_VectrosityCam public_oe property

public Camera _VectrosityCam
return Camera