C# Class Molecule, DsynBio

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

Public Methods

Method Description
Molecule ( Molecule, mol = null ) : System.Collections
getSize ( ) : float
setSize ( float size ) : void

Method Details

Molecule() public method

public Molecule ( Molecule, mol = null ) : System.Collections
mol Molecule,
return System.Collections

getSize() public method

public getSize ( ) : float
return float

setSize() public method

public setSize ( float size ) : void
size float
return void